mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 17:36:24 +00:00
utils: add task description for directory removal
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
parent
12159d2cbd
commit
c63c63111f
@ -646,6 +646,7 @@ utilities: {
|
|||||||
stopall: ['', gettext('Stop all VMs and Containers')],
|
stopall: ['', gettext('Stop all VMs and Containers')],
|
||||||
migrateall: ['', gettext('Migrate all VMs and Containers')],
|
migrateall: ['', gettext('Migrate all VMs and Containers')],
|
||||||
dircreate: [gettext('Directory Storage'), gettext('Create')],
|
dircreate: [gettext('Directory Storage'), gettext('Create')],
|
||||||
|
dirremove: [gettext('Directory'), gettext('Remove')],
|
||||||
lvmcreate: [gettext('LVM Storage'), gettext('Create')],
|
lvmcreate: [gettext('LVM Storage'), gettext('Create')],
|
||||||
lvmthincreate: [gettext('LVM-Thin Storage'), gettext('Create')],
|
lvmthincreate: [gettext('LVM-Thin Storage'), gettext('Create')],
|
||||||
zfscreate: [gettext('ZFS Storage'), gettext('Create')],
|
zfscreate: [gettext('ZFS Storage'), gettext('Create')],
|
||||||
|
Loading…
Reference in New Issue
Block a user