Commit b017a922 authored by Wolfgang Link's avatar Wolfgang Link Committed by Dietmar Maurer

add swap icon for LXC resources

parent 0b6dc281
......@@ -52,6 +52,7 @@
.pve-itype-icon-lxc,
.pve-itype-icon-lxc-template,
.pve-itype-icon-lxc-running,
.pve-itype-icon-swap,
.pve-itype-icon-node,
.pve-itype-icon-node-running,
.pve-itype-icon-storage,
......@@ -70,6 +71,13 @@
background-image:url(../images/computer.png);
}
.pve-itype-icon-qemu,
.x-tree-node-computer,
.x-grid-tree-node-expanded .x-tree-node-computer
{
background-image:url(../images/computer.png);
}
.pve-itype-icon-qemu-running,
.x-tree-node-computer-running,
.x-grid-tree-node-expanded .x-tree-node-computer-running
......@@ -98,6 +106,13 @@
background-image:url(../images/computer-template.png);
}
.pve-itype-icon-swap,
.x-tree-node-lxc-swap,
.x-grid-tree-node-expanded .x-tree-lxc-swap
{
background-image:url(../images/swap.png);
}
.pve-itype-icon-lxc-running,
.x-tree-node-lxc-running,
.x-grid-tree-node-expanded .x-tree-node-lxc-running
......
......@@ -12,6 +12,7 @@ all:
# checked.png converted from extjs examples/ux/css/images/checked.gif
# unchecked.png converted from extjs examples/ux/css/images/unchecked.gif
# swap.png downloaded from https://www.iconfinder.com/icons/17009/arrows_exchange_interact_refresh_reload_swap_sync_update_icon#size=16
GNOME_IMAGES = \
checked.png \
......@@ -46,7 +47,8 @@ IMAGES = ${GNOME_IMAGES} \
lxc-off.png \
openvz-on.png \
openvz-off.png \
blank.gif
blank.gif \
swap.png
.PHONY: install
install: ${IMAGES}
......
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