From b61d079afca72b6d17fac1ab4c9507be097ae80e Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Thu, 28 Apr 2022 11:29:42 +0200 Subject: [PATCH] ui: restore: fix syntax error introduced in previous commit Signed-off-by: Fabian Ebner --- www/manager6/window/Restore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/window/Restore.js b/www/manager6/window/Restore.js index e2caaae3..6738d26f 100644 --- a/www/manager6/window/Restore.js +++ b/www/manager6/window/Restore.js @@ -345,7 +345,7 @@ Ext.define('PVE.window.Restore', { }], }, ], - ); + }); let title = gettext('Restore') + ": " + (me.vmtype === 'lxc' ? 'CT' : 'VM'); if (me.vmid) {