Browse Source

Finalized a bit on upstream load balancer

Toby Chui 9 months ago
parent
commit
fbb8e4e460
1 changed files with 7 additions and 0 deletions
  1. 7 0
      web/snippet/upstreams.html

+ 7 - 0
web/snippet/upstreams.html

@@ -22,6 +22,13 @@
                 background-color: #00ca52 !important;
             }
 
+            #upstreamTable{
+                max-height: 400px;
+                border-radius: 0.3em;
+                padding: 0.3em;
+                overflow-y: auto;
+            }
+
             @media (max-width: 499px) {
                 .upstreamActions{
                     position: relative;