From 4b09a72d45337cc6f9468c6679e92b4542f10edc Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 30 Apr 2018 11:00:35 +0200 Subject: [PATCH] give vms with 'io-error' an error icon 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 --- 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 {