You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/01/15 23:46:00 UTC

[trafficcontrol] Diff for: [GitHub] rob05c merged pull request #3216: Fixed server rows with errors not being appropriately highlighted in TM table

diff --git a/traffic_monitor/static/index.html b/traffic_monitor/static/index.html
index 5955fd549..72e34a503 100644
--- a/traffic_monitor/static/index.html
+++ b/traffic_monitor/static/index.html
@@ -78,10 +78,10 @@
 			display: block;
 		}
 
-		.error {
+		tbody tr.error {
 			background-color: #f00;
 		}
-		.warning {
+		tbody tr.warning {
 			background-color: #f80;
 		}
 


With regards,
Apache Git Services