summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-06-22 19:01:07 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-06-22 19:01:07 +0300
commit95b0a52579fb3fc950368d227f09886104c33540 (patch)
tree088c6ceb492bdce221a08e6d82a050284189b613 /web/index.html
parent9cdbb16fef30e2dc49a2cd76a2d755640d67646a (diff)
updated configs.signatures
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html
index 3728f20188..29e2a292c0 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4406,7 +4406,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverStatic + 'dashboard_info.js?v20180611-1',
+ url: NETDATA.serverStatic + 'dashboard_info.js?v20180622-1',
async: false,
isAlreadyLoaded: function() { return false; }
});
@@ -5728,6 +5728,6 @@
</div>
</div>
<div id="hiddenDownloadLinks" style="display: none;" hidden></div>
- <script type="text/javascript" src="dashboard.js?v20180610-1"></script>
+ <script type="text/javascript" src="dashboard.js?v20180622-1"></script>
</body>
</html>