summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-02-02 01:43:28 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-02-02 01:43:28 +0200
commitaa0e9e779065dce04a2acfabbf6de128aff33f50 (patch)
tree4dd7391ec45d21d0448db4de824322670000b462 /web
parentc512fbe69e7ba6cf2b6598fb94c2dd43d2af9d5b (diff)
added node.js plugin manager, implemented bind (named) 9.10+ JSON plugin, refactored sma_webbox for the new node.js manager
Diffstat (limited to 'web')
-rwxr-xr-xweb/dashboard.js2
-rwxr-xr-xweb/index.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/web/dashboard.js b/web/dashboard.js
index 5ec0390124..8f2a66baad 100755
--- a/web/dashboard.js
+++ b/web/dashboard.js
@@ -4319,6 +4319,7 @@
NETDATA.registerChartLibrary('easypiechart', NETDATA.easypiechart_js);
})
.fail(function() {
+ NETDATA.chartLibraries.easypiechart.enabled = false;
NETDATA.error(100, NETDATA.easypiechart_js);
})
.always(function() {
@@ -4510,6 +4511,7 @@
NETDATA.registerChartLibrary('gauge', NETDATA.gauge_js);
})
.fail(function() {
+ NETDATA.chartLibraries.gauge.enabled = false;
NETDATA.error(100, NETDATA.gauge_js);
})
.always(function() {
diff --git a/web/index.html b/web/index.html
index 0151b85fbb..d0b7b115af 100755
--- a/web/index.html
+++ b/web/index.html
@@ -281,7 +281,7 @@
<!-- <script> netdataServer = "http://box:19999"; </script> -->
<!-- load the dashboard manager - it will do the rest -->
- <script type="text/javascript" src="dashboard.js?v23"></script>
+ <script type="text/javascript" src="dashboard.js?v24"></script>
</head>
<body data-spy="scroll" data-target="#sidebar">