Add unresponsive status

This commit is contained in:
2018-09-12 21:23:47 -04:00
parent 91d9efa7f7
commit 62e4e156ae
13 changed files with 106 additions and 61 deletions
+4
View File
@@ -102,6 +102,10 @@ a.banner-link:hover {
color: #a94442; }
.status.status-exception:after {
content: "\e101"; }
.status.status-unresponsive {
color: #66512c; }
.status.status-unresponsive:after {
content: "\e085"; }
.status.status-running, .status.status-starting, .status.status-finishing {
color: #3c763d; }
.status.status-running:after {