diff --git a/src/lib/Hydra/Controller/Root.pm b/src/lib/Hydra/Controller/Root.pm index 696d8e25..c4765065 100644 --- a/src/lib/Hydra/Controller/Root.pm +++ b/src/lib/Hydra/Controller/Root.pm @@ -88,7 +88,7 @@ sub queue_GET { $c->stash->{flashMsg} //= $c->flash->{buildMsg}; $self->status_ok( $c, - entity => [$c->model('DB::Builds')->search({finished => 0}, { order_by => ["priority DESC", "id"]})] + entity => [$c->model('DB::Builds')->search({finished => 0}, { order_by => ["id"]})] ); } diff --git a/src/root/common.tt b/src/root/common.tt index 30e7a075..b27ec992 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -78,9 +78,6 @@ BLOCK renderBuildListHeader %] [% END %] # - [% IF showSchedulingInfo %] - P - [% END %] [% IF !hideJobName %] Job [% END %] @@ -108,9 +105,6 @@ BLOCK renderBuildListBody; [% IF build.busy %]Started[% ELSE %]Queued[% END %] [% END %] [% build.id %] - [% IF showSchedulingInfo %] - [% build.priority %] - [% END %] [% IF !hideJobName %] [% INCLUDE renderFullJobNameOfBuild %] [% END %]