From 5c097f16fffbee4db0cdfc29f2507b929b0d80ca Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 13 Aug 2012 09:23:56 +0200 Subject: [PATCH] Change server.html to display errors if any are available (unused for now, but will be used shortly) --- server.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.html b/server.html index a9eb0c2d..d2b66522 100644 --- a/server.html +++ b/server.html @@ -1129,7 +1129,7 @@ td $tr.append( $('').text(cstr.name) ); - $tr.append( $('').html(cstr.online == 1 ? "Running" : "Error") ); + $tr.append( $('').html(cstr.online == 1 ? "Running" : "Error: "+cstr.online+"") ); var cviewers = 0;