aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-11-12 09:52:35 +0100
committerJose Bollo <jose.bollo@iot.bzh>2019-11-20 14:31:14 +0100
commit9a623c3aa32ec0fbf9682f37a990abd00f38da60 (patch)
treebd5416ef3373617dfa78a17f6b5dc6ab18a0f232
parent6f5915807393ba9276781bae961a5f4310335398 (diff)
monitoring: Fix display on connection error
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>
-rw-r--r--test/monitoring/monitor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monitoring/monitor.html b/test/monitoring/monitor.html
index bf105697..db0d5b10 100644
--- a/test/monitoring/monitor.html
+++ b/test/monitoring/monitor.html
@@ -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>