= $e($t('settings.cron.run_on_web_description')) ?>
| = $e($t('settings.cron.fields.job_type')) ?> | = $e($t('settings.cron.fields.enabled')) ?> | = $e($t('settings.cron.fields.interval')) ?> | = $e($t('settings.cron.fields.priority')) ?> | = $e($t('settings.cron.fields.last_run_at')) ?> | = $e($t('settings.cron.fields.next_run_at')) ?> |
|---|---|---|---|---|---|
| = $e($t('settings.cron.empty_schedules')) ?> | |||||
| = $e((string) ($item['job_type'] ?? '')) ?> | = $e(!empty($item['enabled']) ? $t('settings.cron.enabled.yes') : $t('settings.cron.enabled.no')) ?> | = $e((string) ($item['interval_seconds'] ?? '')) ?> | = $e((string) ($item['priority'] ?? '')) ?> | = $e((string) ($item['last_run_at'] ?? '')) ?> | = $e((string) ($item['next_run_at'] ?? '')) ?> |
| ID | = $e($t('settings.cron.fields.job_type')) ?> | = $e($t('settings.cron.fields.status')) ?> | = $e($t('settings.cron.fields.priority')) ?> | = $e($t('settings.cron.fields.scheduled_at')) ?> | = $e($t('settings.cron.fields.attempts')) ?> | = $e($t('settings.cron.fields.last_error')) ?> |
|---|---|---|---|---|---|---|
| = $e($t('settings.cron.empty_future_jobs')) ?> | ||||||
| = $e((string) ($item['id'] ?? 0)) ?> | = $e((string) ($item['job_type'] ?? '')) ?> | = $e((string) ($item['status'] ?? '')) ?> | = $e((string) ($item['priority'] ?? '')) ?> | = $e((string) ($item['scheduled_at'] ?? '')) ?> | = $e((string) ($item['attempts'] ?? 0) . '/' . (string) ($item['max_attempts'] ?? 0)) ?> | = $e((string) ($item['last_error'] ?? '')) ?> |
| ID | = $e($t('settings.cron.fields.job_type')) ?> | = $e($t('settings.cron.fields.status')) ?> | = $e($t('settings.cron.fields.priority')) ?> | = $e($t('settings.cron.fields.scheduled_at')) ?> | = $e($t('settings.cron.fields.attempts')) ?> | = $e($t('settings.cron.fields.completed_at')) ?> | = $e($t('settings.cron.fields.last_error')) ?> |
|---|---|---|---|---|---|---|---|
| = $e($t('settings.cron.empty_past_jobs')) ?> | |||||||
| = $e((string) ($item['id'] ?? 0)) ?> | = $e((string) ($item['job_type'] ?? '')) ?> | = $e((string) ($item['status'] ?? '')) ?> | = $e((string) ($item['priority'] ?? '')) ?> | = $e((string) ($item['scheduled_at'] ?? '')) ?> | = $e((string) ($item['attempts'] ?? 0) . '/' . (string) ($item['max_attempts'] ?? 0)) ?> | = $e((string) ($item['completed_at'] ?? '')) ?> | = $e((string) ($item['last_error'] ?? '')) ?> |