From 23f317b05dce51c09090bf57aede2f3c072197b7 Mon Sep 17 00:00:00 2001 From: gooodmorningopenstack Date: Fri, 18 Nov 2016 11:16:00 +0100 Subject: [PATCH] default dashboard settings, duplicate option-crontrol leads to a visual bug --- web/index.html | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/web/index.html b/web/index.html index 586539aa..e6079e2d 100644 --- a/web/index.html +++ b/web/index.html @@ -364,7 +364,7 @@ width: 233px !important; } } - + @media (min-width: 1360px) { .container { padding-left: 3% !important; @@ -399,7 +399,7 @@ // enable registry updates var netdataRegistry = true; - + // -------------------------------------------------------------------- // urlOptions @@ -496,7 +496,7 @@ // -------------------------------------------------------------------- // check options that should be processed before loading netdata.js - + function loadLocalStorage(name) { var ret = null; @@ -697,7 +697,7 @@ else if(document.location.toString().startsWith('https://') && url.toString().startsWith('http://')) error = 'can\'t check'; - + var finalURL = netdataURL(url); setTimeout(function() { @@ -1503,7 +1503,7 @@ seconds -= (minutes * 60); var txt = ''; - + if(hours > 1) txt += hours.toString() + options.space + options.hours; else if(hours === 1) txt += hours.toString() + options.space + options.hour; @@ -2982,23 +2982,13 @@ Which chart refresh policy to use?
When set to parallel, visible charts are refreshed in parallel (all queries are sent to netdata server in parallel) and are rendered asynchronously. When set to sequential charts are refreshed one after another. Set it to parallel if your browser can cope with it (most modern browsers do), set it to sequential if you work on an older/slower computer. - + - - - - - - + - -
- - - Shall we re-sync chart refreshes?
+
Shall we re-sync chart refreshes?
When set to Resync, the dashboard will attempt to re-synchronize all the charts so that they are refreshed concurrently. When set to Best Effort, each chart may be refreshed with a little time difference to the others. Normally, the dashboard starts refreshing them in parallel, but depending on the speed of your computer and the network latencies, charts start having a slight time difference. Setting this to Resync will attempt to re-synchronize the charts on every update. Setting it to Best Effort may lower the pressure on your browser and the network. -
- + Sync hover selection on all charts?
-- 2.39.2