add new icons for templates

computer-template.png
computer-on-template.png
snapshot-tempalte.png

icons are coming from libreoffice (I think they are under creative common license)

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2013-02-14 12:03:56 +01:00 committed by Dietmar Maurer
parent 8dc7024cce
commit ad594c6b24
3 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,7 @@
.pve-itype-icon-keyboard,
.pve-itype-icon-cdrom,
.pve-itype-icon-qemu,
.pve-itype-icon-qemu-template,
.pve-itype-icon-qemu-running,
.pve-itype-icon-openvz,
.pve-itype-icon-openvz-running,
@ -55,6 +56,13 @@
background-image:url(../images/computer-on.png);
}
.pve-itype-icon-qemu-template,
.x-tree-node-computer-template,
.x-grid-tree-node-expanded .x-tree-node-computer-template
{
background-image:url(../images/computer-template.png);
}
.pve-itype-icon-openvz,
.x-tree-node-openvz,
.x-grid-tree-node-expanded .x-tree-node-openvz

View File

@ -16,6 +16,7 @@ GNOME_IMAGES = \
drive-harddisk.png \
network-server.png \
connect_established.png \
computer-template.png \
computer.png
IMAGES = ${GNOME_IMAGES} \

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B