Remove already disabled jobstatus code
This commit is contained in:
@ -23,13 +23,6 @@ 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];
|
||||
#}
|
||||
|
||||
|
||||
# A convenient way to see all the errors - i.e. things demanding
|
||||
# attention - at a glance.
|
||||
sub errors : Chained('get_builds') PathPart Args(0) {
|
||||
|
Reference in New Issue
Block a user