@ -1,5 +1,9 @@
% 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';