[pmg-devel] [PATCH pmg-gui 1/2] configuration: options: adapt to new advanced statistic filter default
Dominik Csapak
d.csapak at proxmox.com
Fri Jun 23 14:21:03 CEST 2023
default in the backend is now false
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
js/SystemOptions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/SystemOptions.js b/js/SystemOptions.js
index 675dde4..7a22e1a 100644
--- a/js/SystemOptions.js
+++ b/js/SystemOptions.js
@@ -67,7 +67,7 @@ Ext.define('PMG.SystemOptions', {
{ defaultValue: 1 });
me.add_boolean_row('advfilter', gettext('Use advanced statistic filters'),
- { defaultValue: 1 });
+ { defaultValue: 0 });
me.add_integer_row('statlifetime', gettext('User statistic lifetime (days)'),
{ minValue: 1, defaultValue: 7, deleteEmpty: true });
--
2.30.2
More information about the pmg-devel
mailing list