]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/panel/InfoWidget.js
info widget: set default warning threshold to 75%
[proxmox-widget-toolkit.git] / 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) {