summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-02 00:56:14 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-02 00:56:14 +0200
commit1d2a80326b1bdf2c33d85c8c5cccc4f9f1875c10 (patch)
tree560e46e25fb870c739826f244d9d39c53a3d550f /web
parent5d1ea137852529046adad8ee219f3cc8b6f975c2 (diff)
use our fork of fping until it is stabilized
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js2
-rw-r--r--web/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 610a0957c5..9ee84fb970 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -746,7 +746,7 @@ netdataDashboard.context = {
// fping
'fping.quality': {
- colors: NETDATA.colors[5],
+ colors: NETDATA.colors[10],
height: 0.5
},
diff --git a/web/index.html b/web/index.html
index 164733812e..70bdbe0d51 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2555,7 +2555,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverDefault + 'dashboard_info.js?v20161101-1',
+ url: NETDATA.serverDefault + 'dashboard_info.js?v20161101-6',
async: false,
isAlreadyLoaded: function() { return false; }
});