Skip to content
Snippets Groups Projects
Unverified Commit 61e25a09 authored by Helmo's avatar Helmo
Browse files

Online services as green

parent 8be8f7a8
No related branches found
No related tags found
No related merge requests found
Pipeline #8169 passed
...@@ -802,6 +802,9 @@ input[type="password"].form-control[readonly] { ...@@ -802,6 +802,9 @@ input[type="password"].form-control[readonly] {
.systemmonitor-state.state-info .statusMsg { .systemmonitor-state.state-info .statusMsg {
display: none; display: none;
} }
.systemmonitor-state .online {
color: green;
}
.systemmonitor-state .offline { .systemmonitor-state .offline {
color: red; color: red;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment