make job queue list in webinterface configurable (#469)
* add an option so you can define the amount of jobs returned in the webinterface jobq * and now the actually working version
This commit is contained in:
@@ -273,7 +273,7 @@ sub jq_log {
|
||||
return schema('netdisco')->resultset('Admin')->search({}, {
|
||||
prefetch => 'target',
|
||||
order_by => { -desc => [qw/entered device action/] },
|
||||
rows => 50,
|
||||
rows => (setting('jobs_qdepth') || 50),
|
||||
})->with_times->hri->all;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user