[pve-devel] [PATCH v2 proxmox-widget-toolbox 3/6] utils: add task description for directory removal

Hannes Laimer h.laimer at proxmox.com
Wed Aug 19 11:52:44 CEST 2020


Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
v1->v2: NEW

 src/Utils.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Utils.js b/src/Utils.js
index 4be95b2..6373440 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -641,6 +641,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')],
-- 
2.20.1






More information about the pve-devel mailing list