summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-20 11:35:24 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-20 11:35:24 +0200
commit1735746c67c790fdb38eacfa09eac1f52129c5a1 (patch)
treeaf7891ff8d683b1807697a71d853681d0e6693fb /web/index.html
parent568fd9414799be3340881f2dabc8ebc9d94c51dd (diff)
converted dashboard submenus to lower case
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index 6187581bbd..cbb193471f 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4344,7 +4344,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverStatic + 'dashboard_info.js?v20180106-4',
+ url: NETDATA.serverStatic + 'dashboard_info.js?v20180120-1',
async: false,
isAlreadyLoaded: function() { return false; }
});