From 5c2623ae48f409eab4e9c18b0966548dab73eb83 Mon Sep 17 00:00:00 2001 From: That-Guy Date: Sun, 18 Mar 2012 21:27:28 +0100 Subject: [PATCH] added log reader to server.html and fixed stream group bug (#17, done, 0.5h) --- server.html | 85 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 71 insertions(+), 14 deletions(-) diff --git a/server.html b/server.html index 743cbc33..42b94b22 100644 --- a/server.html +++ b/server.html @@ -25,7 +25,7 @@ h2 { margin: 0 0 10px 0; - background-color: #000; + background-color: #333; color: #fff; font-size: 1.2em; padding: 5px; @@ -52,13 +52,13 @@ width: 25%; } - #stream-limit-table + #stream-limit-table, #logs table { width: 100%; margin: 10px 0 20px 15px; } - #stream-limit-table th + #stream-limit-table th, #logs th, #limits-table th { text-align: left; } @@ -69,12 +69,6 @@ width: 100%; } - #limits-table th - { - text-align: left; - } - - #limits p, #protocols p { margin: 20px 0 5px 15px; @@ -307,6 +301,24 @@ +
+ +

Logs

+ + + + + + + + + +
DateTypeMessage
+ +
+ + +