#342 Job Queue Add Hostname or FQDN

This commit is contained in:
Oliver Gorwits
2017-09-21 20:05:38 +01:00
parent 5ee0206c91
commit 65ba93acc0
3 changed files with 13 additions and 1 deletions

View File

@@ -251,6 +251,7 @@ sub jq_complete {
sub jq_log {
return schema('netdisco')->resultset('Admin')->search({}, {
prefetch => 'target',
order_by => { -desc => [qw/entered device action/] },
rows => 50,
})->with_times->hri->all;