mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-15 12:59:37 +00:00
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:
parent
a917248619
commit
0f9f1f7917
@ -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 });
|
||||
|
Loading…
Reference in New Issue
Block a user