]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
give vms with 'io-error' an error icon
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 30 Apr 2018 09:00:35 +0000 (11:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Apr 2018 09:02:08 +0000 (11:02 +0200)
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@proxmox.com>
www/css/ext6-pve.css

index ee2a531a2d5874cf7d39d4e6d0c289ec72b0ee80..a7edbfd9a11e9b78c7d239fac130d0bcc84fdfe2 100644 (file)
     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 {