summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-05-10 03:04:53 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-05-10 03:04:53 +0300
commit31ae4f08360b018630a37418273395e43c2a65a3 (patch)
tree2acc2a10a76c13e5e8d1539f9ca2c314655d3ece /web/index.html
parent46448c3ea9ef06b22b09a34fc8f62e26129e5e0b (diff)
added SCTP monitoring; fixes #1218
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 e286523c96..728983351b 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4403,7 +4403,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverStatic + 'dashboard_info.js?v20180507-1',
+ url: NETDATA.serverStatic + 'dashboard_info.js?v20180510-2',
async: false,
isAlreadyLoaded: function() { return false; }
});