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:
Thomas Lamprecht 2020-07-21 18:48:30 +02:00
parent ef496e2c20
commit 06a94edcf6

View File

@ -64,7 +64,7 @@ Ext.define('PBS.window.SyncJobEdit', {
xtype: 'proxmoxcheckbox',
name: 'remove-vanished',
uncheckedValue: false,
value: true,
value: false,
},
{
fieldLabel: gettext('Schedule'),