]> arthur.barton.de Git - netdata.git/commitdiff
async on scroll disabled by default ; the dashboard will enable it if a slow browser...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 1 Oct 2016 19:27:01 +0000 (22:27 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 1 Oct 2016 19:27:01 +0000 (22:27 +0300)
web/dashboard.js
web/dashboard.slate.css

index 5de323711c364bca3f786bf4ab482bf8861ce637..3b46aab0d93513a1082f05868d0315f2b7e4ae66 100644 (file)
             pan_and_zoom_factor_multiplier_alt: 4.0,
 
             abort_ajax_on_scroll: false,            // kill pending ajax page scroll
-            async_on_scroll: true,                  // sync/async onscroll handler
+            async_on_scroll: false,                 // sync/async onscroll handler
             onscroll_worker_duration_threshold: 30, // time in ms, to consider slow the onscroll handler
 
             setOptionCallback: function() { ; }
index e52ea950e54ee811004934e71549b3eb3ec71052..cd7972cf997e387c382e36aabfb3976fdae47b30 100644 (file)
@@ -150,7 +150,7 @@ body {
 }
 
 .netdata-message.icon {
-       color: #35393e;
+       color: #2f3338;
        text-align: center;
        vertical-align: middle;
 }