Commit cbfe220a authored by Dietmar Maurer's avatar Dietmar Maurer

add icons for LXC

parent ea9181ff
......@@ -87,14 +87,14 @@
.x-tree-node-lxc,
.x-grid-tree-node-expanded .x-tree-node-lxc
{
background-image:url(../images/openvz-off.png);
background-image:url(../images/lxc-off.png);
}
.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);
background-image:url(../images/lxc-on.png);
}
.pve-itype-icon-node,
......
......@@ -42,6 +42,8 @@ IMAGES = ${GNOME_IMAGES} \
proxmox_logo.png \
network-server-on.png \
network-server-off.png \
lxc-on.png \
lxc-off.png \
openvz-on.png \
openvz-off.png \
blank.gif
......
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