]> git.proxmox.com Git - pmg-gui.git/commitdiff
configuration: options: adapt to new advanced statistic filter default
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 23 Jun 2023 12:21:03 +0000 (14:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 13:27:08 +0000 (15:27 +0200)
default in the backend is now false

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/SystemOptions.js

index 675dde446f48b7c0d5b4df1bb8626f2f2738c8ec..7a22e1a55df2222510eeb5d7218439a009fb0e06 100644 (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 });