[pve-devel] [PATCH manager 2/2] add symbol for suspended guests

Oguz Bektas o.bektas at proxmox.com
Mon Feb 18 15:52:06 CET 2019


Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
 www/css/ext6-pve.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index a7edbfd9..bbc9fa7b 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -182,6 +182,14 @@
     font-size: 0.6em;
 }
 
+/* the suspend symbol */
+.x-tree-icon-custom.suspended:after,
+.x-grid-icon-custom.suspended:after {
+    content: "\f28c";
+    color: #CC8E00;
+    font-size: 0.8em;
+}
+
 /* the lxc template */
 .x-tree-icon-custom.lxc:after,
 .x-grid-icon-custom.lxc:after {
-- 
2.11.0





More information about the pve-devel mailing list