[pve-devel] [PATCH manager v2 3/3] give vms with 'io-error' an error icon

Dominik Csapak d.csapak at proxmox.com
Mon Apr 30 11:00:35 CEST 2018


so that one can see that the vm has an error, even when not
directly investigating the status of that vm

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
no changes since v1
 www/css/ext6-pve.css | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index ee2a531a..a7edbfd9 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -149,6 +149,17 @@
     color: #CC1800;
 }
 
+/* yellow ! triangle */
+.x-tree-icon-custom.io-error:after,
+.x-grid-icon-custom.io-error:after,
+.x-tree-icon-custom.internal-error:after,
+.x-grid-icon-custom.internal-error:after,
+.x-tree-icon-custom.guest-panicked:after,
+.x-grid-icon-custom.guest-panicked:after {
+    content: "\f071";
+    color: #FFCC00;
+}
+
 /* the grey '?' */
 .x-tree-icon-custom.unknown:after,
 .x-grid-icon-custom.unknown:after {
-- 
2.11.0





More information about the pve-devel mailing list