Commit 02912495 authored by Dietmar Maurer's avatar Dietmar Maurer

fix/add CSS classes for LXC

The logo is still wrong.
parent a3aa27b4
......@@ -49,8 +49,8 @@
.pve-itype-icon-qemu,
.pve-itype-icon-qemu-template,
.pve-itype-icon-qemu-running,
.pve-itype-icon-openvz,
.pve-itype-icon-openvz-running,
.pve-itype-icon-lxc,
.pve-itype-icon-lxc-running,
.pve-itype-icon-node,
.pve-itype-icon-node-running,
.pve-itype-icon-storage,
......@@ -83,16 +83,16 @@
background-image:url(../images/computer-template.png);
}
.pve-itype-icon-openvz,
.x-tree-node-openvz,
.x-grid-tree-node-expanded .x-tree-node-openvz
.pve-itype-icon-lxc,
.x-tree-node-lxc,
.x-grid-tree-node-expanded .x-tree-node-lxc
{
background-image:url(../images/openvz-off.png);
}
.pve-itype-icon-openvz-running,
.x-tree-node-openvz-running,
.x-grid-tree-node-expanded .x-tree-node-openvz-running
.pve-itype-icon-lxc-running,
.x-tree-node-lxc-running,
.x-grid-tree-node-expanded .x-tree-node-lxc-running
{
background-image:url(../images/openvz-on.png);
}
......
......@@ -21,7 +21,7 @@ Ext.define('PVE.tree.ResourceTree', {
text: gettext('Virtual Machine')
},
lxc: {
iconCls: 'x-tree-node-openvz',
iconCls: 'x-tree-node-lxc',
text: gettext('LXC Container')
}
}
......
......@@ -21,7 +21,7 @@ Ext.define('PVE.tree.ResourceTree', {
text: gettext('Virtual Machine')
},
lxc: {
iconCls: 'x-tree-node-openvz',
iconCls: 'x-tree-node-lxc',
text: gettext('LXC Container')
}
}
......
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