diff --git a/src/root/common.tt b/src/root/common.tt
index 1ac51db4..3ab941cf 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -69,7 +69,6 @@
[% END %]
# |
[%- IF showSchedulingInfo -%]
- |
P |
[%- END -%]
[%- IF !hideJobName -%]
@@ -106,7 +105,6 @@
[%- END -%]
[% build.id %] |
[%- IF showSchedulingInfo -%]
- [% IF build.busy %][% ELSIF build.disabled == 1 || build.get_column('enabled') == 0 %]Disabled[% END %] |
[% build.priority %] |
[%- END -%]
[%- IF !hideJobName -%]
diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css
index 3a3bb4cc..2329cf29 100644
--- a/src/root/static/css/hydra.css
+++ b/src/root/static/css/hydra.css
@@ -126,10 +126,16 @@ ul.productList li {
margin-left: 3em;
}
-.runningBuild {
+tr:nth-child(even).runningBuild {
+ background-color: #d8ffd8 !important;
+}
+
+tr:nth-child(odd).runningBuild {
+ background-color: #e8ffe8 !important;
}
.disabledBuild {
+ background-color: #ffc0c0 !important;
}
.error-msg {
diff --git a/src/root/static/images/running.gif b/src/root/static/images/running.gif
deleted file mode 100644
index d8530e78..00000000
Binary files a/src/root/static/images/running.gif and /dev/null differ