Show next_try only for the deferred worker job.

This commit is contained in:
Éibhear Ó hAnluain 2024-03-29 16:44:12 +00:00
parent 751ffe6bc6
commit 1d86146f64
No known key found for this signature in database
GPG key ID: D124FE9CF2177106
3 changed files with 5 additions and 4 deletions

View file

@ -80,6 +80,7 @@ class Queue extends BaseAdmin
'$next_try_header' => DI::l10n()->t('Next Try'),
'$prio_header' => DI::l10n()->t('Priority'),
'$info' => $info,
'$status' => $status,
'$entries' => $r,
]);
}