ui: sync jobs: add tooltip for remove vanished
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
669fa672d9
commit
4935681cf4
@ -65,6 +65,10 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||||||
fieldLabel: gettext('Remove vanished'),
|
fieldLabel: gettext('Remove vanished'),
|
||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'remove-vanished',
|
name: 'remove-vanished',
|
||||||
|
autoEl: {
|
||||||
|
tag: 'div',
|
||||||
|
'data-qtip': gettext('Remove snapshots from local datastore if they vanished from source datastore?'),
|
||||||
|
},
|
||||||
uncheckedValue: false,
|
uncheckedValue: false,
|
||||||
value: false,
|
value: false,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user