mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Added svc status warn
This commit is contained in:
parent
0c95173889
commit
f0e94780b8
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue