From 7315480acddfd0f5457274a16a67fe6fd4d17206 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 22 Jan 2010 10:31:08 +0000 Subject: [PATCH] * hydra: show queue optimization --- src/root/common.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/root/common.tt b/src/root/common.tt index ce978905..1be6c0fd 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -88,7 +88,7 @@ [% FOREACH build IN builds -%] [% build.id %] [% IF showSchedulingInfo %] - [% build.schedulingInfo.priority %] + [% build.get_column('priority') %] [% END %] [% INCLUDE renderFullJobNameOfBuild %]