mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-28 16:11:25 +00:00
fix title from backup window (OpenVZ to LXC)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
617c580107
commit
03d2e2a89c
@ -89,7 +89,7 @@ Ext.define('PVE.window.Backup', {
|
||||
});
|
||||
|
||||
var title = gettext('Backup') + " " +
|
||||
((me.vmtype === 'openvz') ? "CT" : "VM") +
|
||||
((me.vmtype === 'lxc') ? "CT" : "VM") +
|
||||
" " + me.vmid;
|
||||
|
||||
Ext.apply(me, {
|
||||
|
Loading…
Reference in New Issue
Block a user