mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 11:22:21 +00:00
add css and image for usb devices
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
5222800148
commit
77c9518192
@ -250,7 +250,8 @@
|
|||||||
.pve-itype-icon-node-running,
|
.pve-itype-icon-node-running,
|
||||||
.pve-itype-icon-storage,
|
.pve-itype-icon-storage,
|
||||||
.pve-itype-icon-pool,
|
.pve-itype-icon-pool,
|
||||||
.pve-itype-icon-itype
|
.pve-itype-icon-itype,
|
||||||
|
.pve-itype-icon-usb
|
||||||
{
|
{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position:3px center;
|
background-position:3px center;
|
||||||
@ -353,6 +354,10 @@
|
|||||||
background-image:url(../images/virt-viewer.png);
|
background-image:url(../images/virt-viewer.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pve-itype-icon-usb
|
||||||
|
{
|
||||||
|
background-image:url(../images/icon-usb.png);
|
||||||
|
}
|
||||||
|
|
||||||
/* displayfield minheight is wrong */
|
/* displayfield minheight is wrong */
|
||||||
.x-form-display-field-default {
|
.x-form-display-field-default {
|
||||||
|
@ -16,8 +16,8 @@ all:
|
|||||||
|
|
||||||
# icon-ram, icon-cpu, icon-cd
|
# icon-ram, icon-cpu, icon-cd
|
||||||
# are self made (sources as .xcf)
|
# are self made (sources as .xcf)
|
||||||
# icon-swap, icon-display, icon-harddisk, icon-keyboard, icon-network
|
# icon-swap, icon-display, icon-harddisk, icon-keyboard, icon-network, icon-usb
|
||||||
# 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, fa-usb)
|
||||||
|
|
||||||
# ceph logos are from
|
# ceph logos are from
|
||||||
# http://ceph.com/logos/
|
# http://ceph.com/logos/
|
||||||
@ -66,7 +66,8 @@ IMAGES = ${GNOME_IMAGES} \
|
|||||||
icon-harddisk.png \
|
icon-harddisk.png \
|
||||||
icon-keyboard.png \
|
icon-keyboard.png \
|
||||||
logo-ceph.png \
|
logo-ceph.png \
|
||||||
logo-128.png
|
logo-128.png \
|
||||||
|
icon-usb.png
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: ${IMAGES}
|
install: ${IMAGES}
|
||||||
|
BIN
www/images/icon-usb.png
Normal file
BIN
www/images/icon-usb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 367 B |
Loading…
Reference in New Issue
Block a user