From 358f4b90f6d798499f729ea31550a0541e876086 Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Mon, 16 Nov 2020 14:24:55 +0100 Subject: [PATCH] #1654 Fix the severity componenet --- ui/app/styles/main.css | 4 ++++ ui/app/views/directives/severity.html | 17 ++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/ui/app/styles/main.css b/ui/app/styles/main.css index ffca7d5f1f..71172310ba 100644 --- a/ui/app/styles/main.css +++ b/ui/app/styles/main.css @@ -249,6 +249,10 @@ pre.clearpre { font-weight: normal !important; } +.label-critical { + background-color: #8a0000 !important; +} + .progress.progress-bar-sm { height: 10px; } diff --git a/ui/app/views/directives/severity.html b/ui/app/views/directives/severity.html index 74f74b3bbb..c24ce1ff9f 100644 --- a/ui/app/views/directives/severity.html +++ b/ui/app/views/directives/severity.html @@ -1,14 +1,13 @@
- L - M - H - !! - + L + M + H + C
- L - M - H - !! + L + M + H + C ?