1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Added svc status warn

This commit is contained in:
billz 2020-02-02 12:35:21 +00:00
parent 0c95173889
commit f0e94780b8

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;