]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: restore: fix syntax error introduced in previous commit
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 28 Apr 2022 09:29:42 +0000 (11:29 +0200)
committerFabian Ebner <f.ebner@proxmox.com>
Thu, 28 Apr 2022 09:29:42 +0000 (11:29 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
www/manager6/window/Restore.js

index e2caaae3a8022665fcbff766f8e7e425e629b9b3..6738d26fc93f2de4fb2d30f3461282668eeb6fc5 100644 (file)
@@ -345,7 +345,7 @@ Ext.define('PVE.window.Restore', {
                    }],
                },
            ],
-       );
+       });
 
        let title = gettext('Restore') + ": " + (me.vmtype === 'lxc' ? 'CT' : 'VM');
        if (me.vmid) {