Add run time to queue

This commit is contained in:
2017-01-27 14:07:36 -05:00
parent 4338b4fee5
commit 0711ae0ac8
24 changed files with 198 additions and 209 deletions
+3 -3
View File
@@ -61,7 +61,7 @@ a.banner-link:hover {
background: rgba(0, 0, 0, 0.6);
.glyphicon {
color: #a8ed4e;
color: #a8ed4f;
}
}
@@ -126,7 +126,7 @@ a.banner-link:hover {
}
}
&.status-running,&.status-starting,&.status-finishing {
&.status-running, &.status-starting, &.status-finishing {
color: #3c763d;
}
&.status-running:after {
@@ -139,7 +139,7 @@ a.banner-link:hover {
content:"\e027";
}
&.status-cancelpending,&.status-cancelling {
&.status-cancelpending, &.status-cancelling {
color: #f0ad4e;
}
&.status-cancelled {