[pve-devel] [PATCH v2 manager 2/2] add symbol for suspended guests
Oguz Bektas
o.bektas at proxmox.com
Tue Feb 19 12:00:35 CET 2019
use the same symbol as 'paused' guests to avoid confusion.
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..174511ac 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: "\f04c";
+ color: #CC8E00;
+ font-size: 0.6em;
+}
+
/* 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