]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
utils: add task description for directory removal
authorHannes Laimer <h.laimer@proxmox.com>
Tue, 15 Sep 2020 09:54:16 +0000 (11:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Oct 2020 06:48:46 +0000 (08:48 +0200)
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
src/Utils.js

index d5a2e84372a460d1aa21279edf515502f404c027..dbd93f82596313135cb1f325e667757a57bbeea2 100644 (file)
@@ -646,6 +646,7 @@ utilities: {
        stopall: ['', gettext('Stop all VMs and Containers')],
        migrateall: ['', gettext('Migrate all VMs and Containers')],
        dircreate: [gettext('Directory Storage'), gettext('Create')],
+       dirremove: [gettext('Directory'), gettext('Remove')],
        lvmcreate: [gettext('LVM Storage'), gettext('Create')],
        lvmthincreate: [gettext('LVM-Thin Storage'), gettext('Create')],
        zfscreate: [gettext('ZFS Storage'), gettext('Create')],