]> git.proxmox.com Git - pve-manager.git/commitdiff
add pci icon/css class
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 29 May 2017 09:10:20 +0000 (11:10 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 8 Jun 2017 14:06:16 +0000 (16:06 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/css/ext6-pve.css
www/images/Makefile
www/images/icon-pci.png [new file with mode: 0644]
www/images/icon-pci.xcf [new file with mode: 0644]

index 29ccf26022d507838b3ff41e87bdc01176d11026..6680477b9fbb442c2fa3b88e9cfc480bd38d8336 100644 (file)
 .pve-itype-icon-storage,
 .pve-itype-icon-pool,
 .pve-itype-icon-itype,
-.pve-itype-icon-usb
+.pve-itype-icon-usb,
+.pve-itype-icon-pci
 {
     background-repeat: no-repeat;
     background-position:3px center;
     background-image:url(../images/icon-usb.png);
 }
 
+.pve-itype-icon-pci
+{
+    background-image:url(../images/icon-pci.png);
+}
+
 /* displayfield minheight is wrong */
 .x-form-display-field-default {
     min-height: 20px;
index 18bb7893cb6f5b9ab707c06e43688fcf7745026c..6e59703d3fc241aa84dc1e5725ffb4abb27ce39f 100644 (file)
@@ -14,7 +14,7 @@ all:
 # unchecked.png converted from extjs examples/ux/css/images/unchecked.gif
 # swap.png downloaded from https://www.iconfinder.com/icons/17009/arrows_exchange_interact_refresh_reload_swap_sync_update_icon#size=16
 
-# icon-ram, icon-cpu, icon-cd
+# icon-ram, icon-cpu, icon-cd, icon-pci
 # are self made (sources as .xcf)
 # 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, fa-usb)
@@ -67,6 +67,7 @@ IMAGES = ${GNOME_IMAGES}      \
        icon-keyboard.png       \
        logo-ceph.png           \
        logo-128.png            \
+       icon-pci.png            \
        icon-usb.png
 
 .PHONY: install 
diff --git a/www/images/icon-pci.png b/www/images/icon-pci.png
new file mode 100644 (file)
index 0000000..130375d
Binary files /dev/null and b/www/images/icon-pci.png differ
diff --git a/www/images/icon-pci.xcf b/www/images/icon-pci.xcf
new file mode 100644 (file)
index 0000000..2ddcffb
Binary files /dev/null and b/www/images/icon-pci.xcf differ