monitoring: Fix display on connection error 88/22988/1
authorJose Bollo <jose.bollo@iot.bzh>
Tue, 12 Nov 2019 08:52:35 +0000 (09:52 +0100)
committerJose Bollo <jose.bollo@iot.bzh>
Wed, 20 Nov 2019 13:31:14 +0000 (14:31 +0100)
When the connection can't occur, the output is not correct.

Bug-AGL: SPEC-2975

Change-Id: I9cc185329ddccb00f2544dd7b17841b108cc2c81
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
test/monitoring/monitor.html

index bf10569..db0d5b1 100644 (file)
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="AFB.js"></script>
     <script type="text/javascript" src="monitor.js"></script>
 
-<body id="root" class="-flex-v on" onload="init();">
+<body id="root" class="-flex-v off" onload="init();">
   <div id="head" class="clearfix">
     <div id="logo"></div>
     <div id="connected">Not Connected</div>