configuration: options: adapt to new advanced statistic filter default

default in the backend is now false

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2023-06-23 14:21:03 +02:00 committed by Thomas Lamprecht
parent a917248619
commit 0f9f1f7917

View File

@ -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 });