diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-08-22 09:21:43 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-08-24 19:06:07 +0200 |
commit | 99f9504a15ff302c4aa6842ad2f5095263c23c3f (patch) | |
tree | dd15323afa61004bcde4537d3a46e316820ef884 /test/index.html | |
parent | d7936bbe45900b7bb315e0504672d242b7100af5 (diff) |
monitor: Test page for monitoring
This is a test page for showing basic monitoring
use.
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index 014ae461..6a8e220e 100644 --- a/test/index.html +++ b/test/index.html @@ -7,6 +7,9 @@ <li><a href="hello-world.html">Hello World!</a> <li><a href="client-ctx.html">client context</a> <li><a href="sample-post.html">Sample post</a> - <li><a href="websock.html">websockets</a> <li><a href="AFB.html">AFB.js</a> + <li><a href="monitoring/monitor.html" target="_blank">Monitoring</a> +<!-- + <li><a href="websock.html">websockets</a> <li><a href="angular.html">AfbAngular.js</a> +--> |