diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-11-12 09:52:35 +0100 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2019-11-20 14:31:14 +0100 |
commit | 9a623c3aa32ec0fbf9682f37a990abd00f38da60 (patch) | |
tree | bd5416ef3373617dfa78a17f6b5dc6ab18a0f232 /test | |
parent | 6f5915807393ba9276781bae961a5f4310335398 (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>
Diffstat (limited to 'test')
-rw-r--r-- | test/monitoring/monitor.html | 2 |
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> |