fix title from backup window (OpenVZ to LXC)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2015-09-17 13:55:35 +02:00 committed by Dietmar Maurer
parent 617c580107
commit 03d2e2a89c

View File

@ -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, {