summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-26 11:50:04 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-26 11:50:04 +0300
commitf50988f661b91cafb12e10e7297279536afcbeb0 (patch)
treee6f1cae6c2a8756a924f424181312c9b33fe0119 /web
parent337b2007a14b77106219586363fdc05115e37bee (diff)
fixed chart height for per core cpu charts, #2132, fixes #1884
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js7
-rw-r--r--web/index.html2
2 files changed, 8 insertions, 1 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index b8a16beb2e..fa46550a68 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -446,6 +446,13 @@ netdataDashboard.context = {
},
// ------------------------------------------------------------------------
+ // CPU charts
+
+ 'cpu.cpu': {
+ valueRange: "[0, 100]"
+ },
+
+ // ------------------------------------------------------------------------
// MEMORY
'mem.ksm_savings': {
diff --git a/web/index.html b/web/index.html
index 7b8cecc25d..12f58e5b96 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2896,7 +2896,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverDefault + 'dashboard_info.js?v20170421-1',
+ url: NETDATA.serverDefault + 'dashboard_info.js?v20170426-1',
async: false,
isAlreadyLoaded: function() { return false; }
});