mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 05:16:26 +00:00
add icons for openvz containers
This commit is contained in:
parent
07672872e7
commit
6fb605f228
@ -35,7 +35,6 @@
|
||||
}
|
||||
|
||||
.pve-itype-icon-qemu,
|
||||
.pve-itype-icon-openvz,
|
||||
.x-tree-node-computer,
|
||||
.x-grid-tree-node-expanded .x-tree-node-computer
|
||||
{
|
||||
@ -43,13 +42,26 @@
|
||||
}
|
||||
|
||||
.pve-itype-icon-qemu-running,
|
||||
.pve-itype-icon-openvz-running,
|
||||
.x-tree-node-computer-running,
|
||||
.x-grid-tree-node-expanded .x-tree-node-computer-running
|
||||
{
|
||||
background-image:url(../images/computer-on.png);
|
||||
}
|
||||
|
||||
.pve-itype-icon-openvz,
|
||||
.x-tree-node-openvz,
|
||||
.x-grid-tree-node-expanded .x-tree-node-openvz
|
||||
{
|
||||
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
|
||||
{
|
||||
background-image:url(../images/openvz-on.png);
|
||||
}
|
||||
|
||||
.pve-itype-icon-node,
|
||||
.x-tree-node-server,
|
||||
.x-grid-tree-node-expanded .x-tree-node-server
|
||||
|
@ -18,6 +18,8 @@ IMAGES = ${GNOME_IMAGES} \
|
||||
proxmox_logo.png \
|
||||
network-server-on.png \
|
||||
network-server-off.png \
|
||||
openvz-on.png \
|
||||
openvz-off.png \
|
||||
blank.gif
|
||||
|
||||
.PHONY: install
|
||||
|
BIN
www/images/openvz-off.png
Executable file
BIN
www/images/openvz-off.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 516 B |
BIN
www/images/openvz-on.png
Executable file
BIN
www/images/openvz-on.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 527 B |
@ -21,7 +21,7 @@ Ext.define('PVE.tree.ResourceTree', {
|
||||
text: 'Virtual machines'
|
||||
},
|
||||
openvz: {
|
||||
iconCls: 'x-tree-node-computer',
|
||||
iconCls: 'x-tree-node-openvz',
|
||||
text: 'OpenVZ containers'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user