From cce4b3d7b8b470b69c629733e3a2ba750ef0533c Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Tue, 30 May 2023 15:52:05 +0200 Subject: [PATCH] ui: override description for resize task Signed-off-by: Fiona Ebner --- www/manager6/Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 24d82d5e..a150e848 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1982,6 +1982,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')],