mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 21:55:44 +00:00
ui: restore: fix syntax error introduced in previous commit
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
8ce4c52480
commit
b61d079afc
@ -345,7 +345,7 @@ Ext.define('PVE.window.Restore', {
|
|||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
);
|
});
|
||||||
|
|
||||||
let title = gettext('Restore') + ": " + (me.vmtype === 'lxc' ? 'CT' : 'VM');
|
let title = gettext('Restore') + ": " + (me.vmtype === 'lxc' ? 'CT' : 'VM');
|
||||||
if (me.vmid) {
|
if (me.vmid) {
|
||||||
|
Loading…
Reference in New Issue
Block a user