]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: datastore: add confirmation message to verify all
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 16:41:55 +0000 (17:41 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 16:41:55 +0000 (17:41 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/DataStoreContent.js

index 870d6328710445becdcc97f93748bef5a34205eb..85222cc32ceb6253d12d1a211f50c32d8e55b8fe 100644 (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',
        },
        '->',