Color coding of monitoring states in admin panel
This commit is contained in:
parent
98d5fde88a
commit
0718931429
2 changed files with 28 additions and 10 deletions
|
@ -38,6 +38,14 @@
|
|||
color: lightgrey;
|
||||
}
|
||||
|
||||
.monitoring-state-online {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.monitoring-state-offline {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.vpn-key-set, .coords-set {
|
||||
color: green;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue