This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch 4.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/4.1.x by this push:
     new 5725490  Fix TM UI coloring for unavailable/admin_down cache states 
(#5256)
5725490 is described below

commit 57254901723d2b8b466e12b424f99bfd6d39e796
Author: Rawlin Peters <[email protected]>
AuthorDate: Fri Nov 6 10:13:18 2020 -0700

    Fix TM UI coloring for unavailable/admin_down cache states (#5256)
---
 CHANGELOG.md                     | 1 +
 traffic_monitor/static/style.css | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56e3b35..14ed6d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ The format is based on [Keep a 
Changelog](http://keepachangelog.com/en/1.0.0/).
 - Fixed an issue with Traffic Router failing to authenticate if secrets are 
changed
 - Fixed #4825 - Traffic Monitor error log spamming "incomparable stat type int"
 - Fixed #4899 - Traffic Monitor Web UI showing incorrect delivery service 
availability states
+- Fixed Traffic Monitor Web UI styling for unavailable caches
 - Fixed #4845 - issue with ATS logging.yaml generation (missing newlines when 
filters are used)
 - Fixed ORT atstccfg to use log appending and log rotation
 - Fixed a bug in ATS remap.config generation that caused a double range 
directive if there was a `__RANGE_DIRECTIVE__` override
diff --git a/traffic_monitor/static/style.css b/traffic_monitor/static/style.css
index 87de588..eea1fd0 100644
--- a/traffic_monitor/static/style.css
+++ b/traffic_monitor/static/style.css
@@ -44,11 +44,11 @@ tbody tr:nth-child(odd) {
        background: #fff;
 }
 .error {
-       background-color: #f00;
+       background-color: #f00!important;
 }
 
 .warning {
-       background-color: #f80;
+       background-color: #f80!important;
 }
 
 #cache-states td:nth-child(n+4),

Reply via email to