[pve-devel] [PATCH widget-toolkit v1 5/5] utils: task_desc_table: add qmreassign
Aaron Lauterer
a.lauterer at proxmox.com
Wed Aug 19 10:35:45 CEST 2020
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
rfc -> v1: nothing changed
src/Utils.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Utils.js b/src/Utils.js
index 4be95b2..c022084 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -583,6 +583,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