From 8ce4768e7bbb2f7fc00c885591aa20429f4c83af Mon Sep 17 00:00:00 2001 From: José Bollo Date: Sun, 27 Aug 2017 13:35:37 +0200 Subject: monitoring: improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - use flex/css for correct layout - handles disconnection nicely - handles initial token - fix typo in afb-api-so Change-Id: I386b98f9d6a2182029d39a373a9820478f97cfa6 Signed-off-by: José Bollo --- test/monitoring/monitor.html | 51 +++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 24 deletions(-) (limited to 'test/monitoring/monitor.html') diff --git a/test/monitoring/monitor.html b/test/monitoring/monitor.html index 9e35bc76..f22a62b2 100644 --- a/test/monitoring/monitor.html +++ b/test/monitoring/monitor.html @@ -23,22 +23,15 @@ - + -
-
-
connect
-
host:
-
port:
-
token:
-
-
-
-
+
+
+
{ALL}
@@ -58,27 +51,37 @@
-
+
+
+
+
host:
+
port:
+
token:
+
+
+
+
+
+
+ + -- cgit