diff --git a/server.html b/server.html index d5c8be19..84cc145a 100644 --- a/server.html +++ b/server.html @@ -204,12 +204,12 @@ tbody td.center line-height: 30px; } -.disconnected +.disconnected, .red { color: #cc3333; } -.connected +.connected, .green { color: #14991a; } @@ -1050,7 +1050,7 @@ td $tr.append( $('').text(cstr.name) ); - $tr.append( $('').text(cstr.online == 1 ? 'Running' : 'Error') ); + $tr.append( $('').html(cstr.online == 1 ? "Running" : "Error") ); var cviewers = 0;