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.
12 lines
425 B
12 lines
425 B
% layout 'standard', title => 'Dashboard', sb_active => 'admin';
|
|
|
|
% if ( $c->minion->jobs({ states => [ 'inactive', 'active' ], notes => [ '_bid_0' ] } )->total >= 1 ) {
|
|
% $c->stash->{http_refresh} = 5;
|
|
% }
|
|
|
|
%= include 'admin/_nav', page => 'jobs'
|
|
|
|
%= include '_base/status_window';
|
|
|
|
%= include '_base/jobs', jobs => [ $c->db->admin_jobs( { }, { order_by => { -desc => 'created_at' } } )->all ]
|
|
|
|
|