mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Updated clusters to show red if at least one host is down
This commit is contained in:
@@ -1821,3 +1821,24 @@ label {
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
}
|
||||
|
||||
.redCluster {
|
||||
background-color: rgba(255,0,0);
|
||||
background-color: rgba(255,0,0,0.7);
|
||||
text-align: center;
|
||||
width: 25px !important;
|
||||
height: 25px !important;
|
||||
font-size: 14px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.greenCluster {
|
||||
background-color: rgba(0,255,0);
|
||||
background-color: rgba(0,255,0,0.7);
|
||||
text-align: center;
|
||||
width: 25px !important;
|
||||
height: 25px !important;
|
||||
font-size: 14px;
|
||||
color: black;
|
||||
border-color:transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user