ui: datastore: add confirmation message to verify all
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1dceaed1e9
commit
8d6b6a045f
@ -700,6 +700,7 @@ Ext.define('PBS.DataStoreContent', {
|
|||||||
{
|
{
|
||||||
xtype: 'proxmoxButton',
|
xtype: 'proxmoxButton',
|
||||||
text: gettext('Verify All'),
|
text: gettext('Verify All'),
|
||||||
|
confirmMsg: gettext('Do you want to verify all snapshots now?'),
|
||||||
handler: 'verifyAll',
|
handler: 'verifyAll',
|
||||||
},
|
},
|
||||||
'->',
|
'->',
|
||||||
|
Loading…
Reference in New Issue
Block a user