ui: sync job: default to false for "remove-vanished"
can be enabled later one easily, and restoring deleted snapshots isn't easy. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ef496e2c20
commit
06a94edcf6
@ -64,7 +64,7 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'remove-vanished',
|
name: 'remove-vanished',
|
||||||
uncheckedValue: false,
|
uncheckedValue: false,
|
||||||
value: true,
|
value: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldLabel: gettext('Schedule'),
|
fieldLabel: gettext('Schedule'),
|
||||||
|
Loading…
Reference in New Issue
Block a user