From 4f5327d7ed73d71b80b7c7047604b5ce2f642149 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 12 Apr 2012 22:10:16 +0200 Subject: [PATCH] Added running icon in queue in stead of background color. --- src/root/common.tt | 6 ++++++ src/root/static/css/hydra.css | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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; } -