diff options
author | Lennart Weller <lhw@ring0.de> | 2016-04-21 12:27:39 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2016-04-21 12:27:39 +0000 |
commit | edff5c9db775e6e4318f3ad007df78ecae456190 (patch) | |
tree | 3677e5fcbccc776c77dd0451e5be4711068bff46 /web/dashboard.html | |
parent | Add postrm and TODO, update service (diff) | |
parent | Imported Upstream version 1.1.0 (diff) | |
download | netdata-edff5c9db775e6e4318f3ad007df78ecae456190.tar.xz netdata-edff5c9db775e6e4318f3ad007df78ecae456190.zip |
Merge tag 'upstream/1.1.0'
Upstream version 1.1.0
Diffstat (limited to 'web/dashboard.html')
-rw-r--r--[-rwxr-xr-x] | web/dashboard.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/dashboard.html b/web/dashboard.html index 8b8a69900..fd505078d 100755..100644 --- a/web/dashboard.html +++ b/web/dashboard.html @@ -177,7 +177,7 @@ Sparklines using dygraphs data-height="20" data-after="-300" ></div> - are also possible! This + are also possible! This <div data-netdata="system.ipv4" data-chart-library="dygraph" data-dygraph-theme="sparkline" @@ -647,4 +647,3 @@ So, to avoid flashing the charts, we destroy and re-create the charts on each up <!-- load the dashboard manager - it will do the rest --> <script type="text/javascript" src="dashboard.js"></script> - |