From 9eef255053d96ea9b7e9ef74904dcd47f7ea5255 Mon Sep 17 00:00:00 2001 From: alexfriesen Date: Sun, 1 May 2016 17:55:40 +0200 Subject: [PATCH] fix server Info layout --- html/serverInfo.html | 40 +++++++++------------------------------- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/html/serverInfo.html b/html/serverInfo.html index 25ec4d9..1ebd2bc 100644 --- a/html/serverInfo.html +++ b/html/serverInfo.html @@ -13,63 +13,41 @@
-
-

Map: {{info.Map}}

-
+

Map: {{info.Map}}

-
-

Max Players: {{info.MaxPlayers}}

-
+

Max Players: {{info.MaxPlayers}}

-
-

GameTime: {{info.GameTime}}

-
+

GameTime: {{info.GameTime}}

-
-

Framerate: {{info.Framerate}}

-
+

Framerate: {{info.Framerate}}

-
-

EntityCount: {{info.EntityCount}}

-
+

EntityCount: {{info.EntityCount}}

-
-

Uptime: {{info.Uptime}}s

-
+

Uptime: {{info.Uptime}}

-
-

Players: {{info.Players}}

-
+

Players: {{info.Players}}

-
-

Joining: {{info.Joining}}

-
+

Joining: {{info.Joining}}

-
-

Queued: {{info.Queued}}

-
+

Queued: {{info.Queued}}

-
- -
-