]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
info widget: set default warning threshold to 75%
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 3 May 2021 07:33:24 +0000 (09:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 3 May 2021 07:39:47 +0000 (09:39 +0200)
60% is just way to low, this probably could be 80% or even 85% too,
in huge setups that normally means that there's still a lot of
resources left, but be conservative for now.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/panel/InfoWidget.js

index c20eb74f5cfe0cfe5b93087cd4862fe56510169c..3f4525ec0b05ea8100001bab650f904326bade68 100644 (file)
@@ -40,7 +40,7 @@ Ext.define('Proxmox.widget.Info', {
        },
     ],
 
-    warningThreshold: 0.6,
+    warningThreshold: 0.75,
     criticalThreshold: 0.9,
 
     setPrintBar: function(enable) {