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:
Ravi Kumar Kempapura Srinivasa 2020-05-25 12:07:55 +02:00 committed by Eric Lippmann
parent a212d6ea5e
commit aaba2fb884

View file

@ -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;