Added svc status warn

This commit is contained in:
billz 2020-02-02 12:35:21 +00:00
parent 0c95173889
commit f0e94780b8
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@ i.fa.fa-bars:hover{
color: green;
}
.service-status-warn {
color: yellow;
}
.service-status-down {
color: red;
animation: flash 1s linear infinite;