mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-29 02:09:33 -05:00
Introduce state-balls for critical/down-handled nodes
Earlier we did not have different state-balls for critical/down-handled nodes. They were assigned critical/down state-balls. Now, we are introducing new state-balls for these nodes.
This commit is contained in:
parent
a212d6ea5e
commit
aaba2fb884
1 changed files with 8 additions and 0 deletions
|
|
@ -30,6 +30,14 @@
|
|||
background-color: @gray-light;
|
||||
}
|
||||
|
||||
&.state-critical-handled {
|
||||
background-color: @color-critical-handled;
|
||||
}
|
||||
|
||||
&.state-down-handled {
|
||||
background-color: @color-critical-handled;
|
||||
}
|
||||
|
||||
&.size-xs {
|
||||
line-height: 0.75em;
|
||||
height: 0.75em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue