Add LowCollector & rename Supervisor to Monitoring
[src/xds/xds-agent.git] / webapp / src / app / pages / monitoring / monitoring-config.component.scss
@@ -101,6 +101,14 @@ button#refresh-topo {
   }
 }
 
+table {
+  table-layout: fixed;
+}
+
+td {
+  word-wrap:break-word;
+}
+
 button#start-trace {
   margin-top: 10px;
   margin-left: 10px;
@@ -111,6 +119,11 @@ button#stop-trace {
   margin-left: 10px;
 }
 
+button#show-graph {
+  margin-top: 10px;
+  margin-left: 10px;
+}
+
 #ws-client {
   fill: green;
 }