[pve-devel] [PATCH manager 1/1] ui: override description for resize task
Fiona Ebner
f.ebner at proxmox.com
Tue May 30 15:52:05 CEST 2023
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
www/manager6/Utils.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index d5dd2999..8ec00d3b 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -1972,6 +1972,7 @@ Ext.define('PVE.Utils', {
qmstop: ['VM', gettext('Stop')],
qmsuspend: ['VM', gettext('Hibernate')],
qmtemplate: ['VM', gettext('Convert to template')],
+ resize: ['VM/CT', gettext('Resize')],
spiceproxy: ['VM/CT', gettext('Console') + ' (Spice)'],
spiceshell: ['', gettext('Shell') + ' (Spice)'],
startall: ['', gettext('Start all VMs and Containers')],
--
2.39.2
More information about the pve-devel
mailing list