[pve-devel] [PATCH v3 widget-toolkit 4/4] utils: task_desc_table: add qmreassign

Aaron Lauterer a.lauterer at proxmox.com
Thu Sep 10 16:32:42 CEST 2020


Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
rfc -> v1 -> v2 -> v3: nothing changed

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

diff --git a/src/Utils.js b/src/Utils.js
index 8595cce..af41f33 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -587,6 +587,7 @@ utilities: {
 	qmigrate: ['VM', gettext('Migrate')],
 	qmclone: ['VM', gettext('Clone')],
 	qmmove: ['VM', gettext('Move disk')],
+	qmreassign: ['VM', gettext('Reassign disk')],
 	qmtemplate: ['VM', gettext('Convert to template')],
 	qmstart: ['VM', gettext('Start')],
 	qmstop: ['VM', gettext('Stop')],
-- 
2.20.1






More information about the pve-devel mailing list