Commit cc98bed7 authored by Thomas Lamprecht's avatar Thomas Lamprecht Committed by Dietmar Maurer

fix title from backup window (OpenVZ to LXC)

Signed-off-by: 's avatarThomas Lamprecht <t.lamprecht@proxmox.com>
parent 0bd9939a
...@@ -89,7 +89,7 @@ Ext.define('PVE.window.Backup', { ...@@ -89,7 +89,7 @@ Ext.define('PVE.window.Backup', {
}); });
var title = gettext('Backup') + " " + var title = gettext('Backup') + " " +
((me.vmtype === 'openvz') ? "CT" : "VM") + ((me.vmtype === 'lxc') ? "CT" : "VM") +
" " + me.vmid; " " + me.vmid;
Ext.apply(me, { Ext.apply(me, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment