From f0e94780b8c81ec6eafaa4f3e8db3ecf7db62404 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 2 Feb 2020 12:35:21 +0000 Subject: [PATCH] Added svc status warn --- app/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/css/custom.css b/app/css/custom.css index 0e83e90a..3e88f557 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -134,6 +134,10 @@ i.fa.fa-bars:hover{ color: green; } +.service-status-warn { + color: yellow; +} + .service-status-down { color: red; animation: flash 1s linear infinite;