diff --git a/src/lib/Hydra/Base/Controller/ListBuilds.pm b/src/lib/Hydra/Base/Controller/ListBuilds.pm index f3c69263..cbdc9be0 100644 --- a/src/lib/Hydra/Base/Controller/ListBuilds.pm +++ b/src/lib/Hydra/Base/Controller/ListBuilds.pm @@ -23,12 +23,11 @@ sub getJobStatus { } -sub jobstatus : Chained('get_builds') PathPart Args(0) { - my ($self, $c) = @_; - $c->stash->{template} = 'jobstatus.tt'; - $c->stash->{latestBuilds} = [getJobStatus($self, $c)->all]; -} - +#sub jobstatus : Chained('get_builds') PathPart Args(0) { +# my ($self, $c) = @_; +# $c->stash->{template} = 'jobstatus.tt'; +# $c->stash->{latestBuilds} = [getJobStatus($self, $c)->all]; +#} # A convenient way to see all the errors - i.e. things demanding diff --git a/src/root/topbar.tt b/src/root/topbar.tt index 8b92e9ba..013eae28 100644 --- a/src/root/topbar.tt +++ b/src/root/topbar.tt @@ -39,7 +39,6 @@
[% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('project'), [project.name]) title = "Overview" %] [% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('all'), [project.name]) title = "Latest builds" %] - [% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('jobstatus'), [project.name]) title = "Job status" %] [% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('errors'), [project.name]) title = "Errors" %] [% INCLUDE menuItem uri = c.uri_for('/project' project.name 'channel' 'latest') title = "Channel" %] @@ -64,9 +63,6 @@ [% INCLUDE menuItem uri = c.uri_for(c.controller('Jobset').action_for('all'), [project.name, jobset.name]) title = "Latest builds" %] - [% INCLUDE menuItem - uri = c.uri_for(c.controller('Jobset').action_for('jobstatus'), [project.name, jobset.name]) - title = "Job status" %] [% INCLUDE menuItem uri = c.uri_for(c.controller('Jobset').action_for('errors'), [project.name, jobset.name]) title = "Errors" %] @@ -111,9 +107,6 @@ [% INCLUDE menuItem uri = c.uri_for(c.controller('Job').action_for('all'), [project.name, jobset.name, job.name]) title = "Latest builds" %] - [% INCLUDE menuItem - uri = c.uri_for(c.controller('Job').action_for('jobstatus'), [project.name, jobset.name, job.name]) - title = "Job status" %] [% INCLUDE menuItem uri = c.uri_for(c.controller('Job').action_for('errors'), [project.name, jobset.name, job.name]) title = "Errors" %]