summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-01 23:29:27 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-01 23:29:27 +0200
commite5565211f43643da7b705c02763e485ad1688f22 (patch)
treef4bcbd7356fcdc60d63d21fca2267ecd2d85988b /web
parentb97095a0fa54425307f921efc25b54f391de36f0 (diff)
changes after https://github.com/schweikert/fping/pull/105 being merged into fping repo
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js4
-rw-r--r--web/index.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index a5cdf7b870..610a0957c5 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -745,8 +745,8 @@ netdataDashboard.context = {
// ------------------------------------------------------------------------
// fping
- 'fping.loss': {
- colors: NETDATA.colors[1],
+ 'fping.quality': {
+ colors: NETDATA.colors[5],
height: 0.5
},
diff --git a/web/index.html b/web/index.html
index c81d0e256b..164733812e 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2555,7 +2555,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverDefault + 'dashboard_info.js?v20161030-4',
+ url: NETDATA.serverDefault + 'dashboard_info.js?v20161101-1',
async: false,
isAlreadyLoaded: function() { return false; }
});