mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 04:51:09 +00:00
add ceph icon
use official ceph icon for the ceph tab from http://ceph.com/logos/ Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a14b32233b
commit
cc183d882d
@ -413,9 +413,14 @@ div.right-aligned {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fa-ceph:before {
|
.fa-ceph:before {
|
||||||
font-family: Arial;
|
width: 14px;
|
||||||
font-weight: bold;
|
height: 14px;
|
||||||
content: 'C';
|
position: absolute;
|
||||||
|
left: 1px;
|
||||||
|
top: 4px;
|
||||||
|
background-image:url(../images/logo-ceph.png);
|
||||||
|
background-size: 14px 14px;
|
||||||
|
content: ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-treelist-row-over > * > .x-treelist-item-icon,
|
.x-treelist-row-over > * > .x-treelist-item-icon,
|
||||||
|
@ -19,6 +19,9 @@ all:
|
|||||||
# icon-swap, icon-display, icon-harddisk, icon-keyboard, icon-network
|
# icon-swap, icon-display, icon-harddisk, icon-keyboard, icon-network
|
||||||
# come from fontawesome (respective fa-refresh, fa-desktop, fa-hdd-o, fa-keyboard-o, fa-exchange)
|
# come from fontawesome (respective fa-refresh, fa-desktop, fa-hdd-o, fa-keyboard-o, fa-exchange)
|
||||||
|
|
||||||
|
# ceph logos are from
|
||||||
|
# http://ceph.com/logos/
|
||||||
|
|
||||||
GNOME_IMAGES = \
|
GNOME_IMAGES = \
|
||||||
checked.png \
|
checked.png \
|
||||||
unchecked.png \
|
unchecked.png \
|
||||||
@ -61,7 +64,8 @@ IMAGES = ${GNOME_IMAGES} \
|
|||||||
icon-network.png \
|
icon-network.png \
|
||||||
icon-display.png \
|
icon-display.png \
|
||||||
icon-harddisk.png \
|
icon-harddisk.png \
|
||||||
icon-keyboard.png
|
icon-keyboard.png \
|
||||||
|
logo-ceph.png
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: ${IMAGES}
|
install: ${IMAGES}
|
||||||
|
BIN
www/images/logo-ceph.png
Normal file
BIN
www/images/logo-ceph.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 488 B |
Loading…
Reference in New Issue
Block a user