ui: datastore: fix sync/verify job removal prompt

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-29 14:34:31 +01:00
parent ab0cf7e6a1
commit 6b7688aa98
2 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,7 @@ Ext.define('PBS.config.SyncJobView', {
{
xtype: 'proxmoxStdRemoveButton',
baseurl: '/config/sync/',
confirmMsg: gettext('Remove entry?'),
callback: 'reload',
},
'-',

View File

@ -199,6 +199,7 @@ Ext.define('PBS.config.VerifyJobView', {
{
xtype: 'proxmoxStdRemoveButton',
baseurl: '/config/verify/',
confirmMsg: gettext('Remove entry?'),
callback: 'reload',
},
'-',