Update job:list, and change "subject" to "jobname"
This commit is contained in:
@@ -39,7 +39,7 @@ class JobList extends Command
|
||||
$o->uuid,
|
||||
$o->id,
|
||||
$o->display_name,
|
||||
$o->command->subject,
|
||||
$o->command->jobname,
|
||||
$o->attempts,$o->maxTries,
|
||||
$o->available_at ?: '-',
|
||||
$o->attempts ? sprintf(' (Created:%s)',$o->created_at) : ''
|
||||
|
Reference in New Issue
Block a user