[pve-devel] [PATCH v2 widget-toolkit 5/5] utils: task_desc_table: add qmreassign

Aaron Lauterer a.lauterer at proxmox.com
Tue Sep 1 14:44:21 CEST 2020


Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
rfc -> v1 -> v2: 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