mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 01:35:18 +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 {
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
content: 'C';
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
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,
|
||||
|
@ -19,6 +19,9 @@ all:
|
||||
# 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)
|
||||
|
||||
# ceph logos are from
|
||||
# http://ceph.com/logos/
|
||||
|
||||
GNOME_IMAGES = \
|
||||
checked.png \
|
||||
unchecked.png \
|
||||
@ -61,7 +64,8 @@ IMAGES = ${GNOME_IMAGES} \
|
||||
icon-network.png \
|
||||
icon-display.png \
|
||||
icon-harddisk.png \
|
||||
icon-keyboard.png
|
||||
icon-keyboard.png \
|
||||
logo-ceph.png
|
||||
|
||||
.PHONY: install
|
||||
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