Color coding of monitoring states in admin panel

This commit is contained in:
baldo 2016-06-11 18:13:37 +02:00
commit 0718931429
2 changed files with 28 additions and 10 deletions

View file

@ -38,6 +38,14 @@
color: lightgrey;
}
.monitoring-state-online {
color: green;
}
.monitoring-state-offline {
color: red;
}
.vpn-key-set, .coords-set {
color: green;
}