diff --git a/src/root/common.tt b/src/root/common.tt
index 04c216eb..a83d9c9f 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -67,6 +67,9 @@
[%- IF !hideResultInfo -%]
|
[% END %]
+ [%- IF showSchedulingInfo -%]
+ |
+ [%- END -%]
# |
[%- IF showSchedulingInfo -%]
P |
@@ -103,6 +106,9 @@
[%- INCLUDE renderBuildStatusIcon size=16 busy=(showSchedulingInfo ? 1 : 0) buildstatus=build.buildstatus -%]
[%- END -%]
+ [% IF showSchedulingInfo %]
+ [%- IF build.busy %]Running[% ELSE %]Queued[% END %] |
+ [% END %]
[% build.id %] |
[%- IF showSchedulingInfo -%]
[% build.priority %] |
diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css
index f2151542..24d8c799 100644
--- a/src/root/static/css/hydra.css
+++ b/src/root/static/css/hydra.css
@@ -8,4 +8,3 @@ th {
text-align: left;
vertical-align: top;
}
-