ui: datastore: add confirmation message to verify all

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-27 17:41:55 +01:00
parent 1dceaed1e9
commit 8d6b6a045f

View File

@ -700,6 +700,7 @@ Ext.define('PBS.DataStoreContent', {
{
xtype: 'proxmoxButton',
text: gettext('Verify All'),
confirmMsg: gettext('Do you want to verify all snapshots now?'),
handler: 'verifyAll',
},
'->',