% layout 'standard', title => 'Dashboard', sb_active => 'admin'; %# if ( $c->minion->jobs({ states => [ 'inactive', 'active' ], notes => [ '_bid_' . $blog->id ] } )->total >= 1 ) { %# $c->stash->{http_refresh} = 5; %# } %= include 'admin/_nav', page => 'jobs' %= include '_base/status_window'; % if ( $c->stash->{success} ) {
% for my $line ( @{$job->{notes}{logs}} ) {
<%= "$line\n" =%>
% }
System Error: <%= $job->{result} %>
% } else {Error: <%= $job->{result}{error} %>
% }
% for my $line ( @{$job->{notes}{logs}} ) {
<%= "$line\n" =%>
% }
% for my $line ( @{$job->{notes}{logs}} ) {
<%= "$line\n" =%>
% }