summaryrefslogtreecommitdiffstats
path: root/test/monitoring/monitor.html
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-08-25 00:22:43 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-08-25 00:22:43 +0200
commitb5a4f1433c69651c79f29353139a3aa54dd25c85 (patch)
tree3d76cf72743477e3b49611523930fc85fb8c83fd /test/monitoring/monitor.html
parent99f9504a15ff302c4aa6842ad2f5095263c23c3f (diff)
monitoring: updated demo with dark theme
Change-Id: Ibb77655cd614553bf0090bf5ffa64180d1279f8b Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/monitoring/monitor.html')
-rw-r--r--test/monitoring/monitor.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/monitoring/monitor.html b/test/monitoring/monitor.html
index 1a1d49cb..763bef2f 100644
--- a/test/monitoring/monitor.html
+++ b/test/monitoring/monitor.html
@@ -1,7 +1,8 @@
<html>
<head>
<title>Monitoring</title>
- <link href="monitor.css" rel="stylesheet">
+ <link href="monitor-base.css" rel="stylesheet">
+ <link href="monitor-demo.css" rel="stylesheet">
<script type="text/javascript" src="underscore-min.js"></script>
<script type="text/javascript" src="AFB.js"></script>
<script type="text/javascript" src="monitor.js"></script>