You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
435 B
11 lines
435 B
% layout 'standard', title => 'Dashboard', sb_active => 'dashboard';
|
|
|
|
% if ( $c->minion->jobs({ states => [ 'inactive', 'active' ], notes => [ '_bid_' . $blog->id ] } )->total >= 1 ) {
|
|
% $c->stash->{http_refresh} = 5;
|
|
% }
|
|
|
|
%= include 'dashboard/_blog_nav', page => 'jobs'
|
|
|
|
%= include '_base/status_window';
|
|
|
|
%= include '_base/jobs', jobs => [ $blog->search_related( 'jobs', { }, { order_by => { -desc => 'created_at' } } )->all ]
|
|
|