Skip to content

Commit 2592f27

Browse files
author
Marius Burkard
committed
Merge branch '6117-offline-services' into 'develop'
Highlight offline services in table, #6117 Closes #6117 See merge request ispconfig/ispconfig3!1456
2 parents ffce44e + 61e25a0 commit 2592f27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,12 @@ input[type="password"].form-control[readonly] {
802802
.systemmonitor-state.state-info .statusMsg {
803803
display: none;
804804
}
805+
.systemmonitor-state .online {
806+
color: green;
807+
}
808+
.systemmonitor-state .offline {
809+
color: red;
810+
}
805811

806812
span.notification_text {
807813
display: block;

0 commit comments

Comments
 (0)