diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-12 00:56:17 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-12 00:56:17 +0100 |
commit | b6a483aab99a4bf32d7c04b159de7fcb96a54416 (patch) | |
tree | fc2833dbade245359258848168f1826c010ccdc0 /test/monitoring/monitor.html | |
parent | 760f61ba4523d5c3461a0c30bbda78c84ab80103 (diff) |
monitoring: Set default token to HELLO
Change-Id: I3c158598da70089b9646233c632f14f62f1baa15
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/monitoring/monitor.html')
-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 2c07c1ba..5a418879 100644 --- a/test/monitoring/monitor.html +++ b/test/monitoring/monitor.html @@ -57,7 +57,7 @@ <div id="params" class="clearfix"> <div>host: <input type="text" id="param-host" size="50" value="localhost"></input></div> <div>port: <input type="text" id="param-port" size="10" value="1234"></input></div> - <div>token: <input type="text" id="param-token" size="33" value="hello"></input></div> + <div>token: <input type="text" id="param-token" size="33" value="HELLO"></input></div> </div> <div class="-flex-fill -box-out"> <div id="trace-events" class="-box-in"> |