From 18b79e39cffd9064d3c888adb9b7778a7053f87d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 3 May 2021 09:33:24 +0200 Subject: [PATCH] info widget: set default warning threshold to 75% 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 --- src/panel/InfoWidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/InfoWidget.js b/src/panel/InfoWidget.js index c20eb74..3f4525e 100644 --- a/src/panel/InfoWidget.js +++ b/src/panel/InfoWidget.js @@ -40,7 +40,7 @@ Ext.define('Proxmox.widget.Info', { }, ], - warningThreshold: 0.6, + warningThreshold: 0.75, criticalThreshold: 0.9, setPrintBar: function(enable) {