= $e($t('settings.description')) ?>
= $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.next_run_at')) ?> | = $e($t('settings.cron.fields.last_run_at')) ?> |
|---|---|---|---|---|---|
| = $e($t('settings.cron.empty_schedules')) ?> | |||||
| = $e((string) ($row['job_type'] ?? '')) ?> | = $e(((bool) ($row['enabled'] ?? false)) ? $t('settings.cron.enabled.yes') : $t('settings.cron.enabled.no')) ?> | = $e((string) ((int) ($row['interval_seconds'] ?? 0))) ?> | = $e((string) ((int) ($row['priority'] ?? 0))) ?> | = $e((string) (($row['next_run_at'] ?? null) ?? '-')) ?> | = $e((string) (($row['last_run_at'] ?? null) ?? '-')) ?> |
| 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.empty_future_jobs')) ?> | |||||
| = $e((string) ((int) ($row['id'] ?? 0))) ?> | = $e((string) ($row['job_type'] ?? '')) ?> | = $e((string) ($row['status'] ?? '')) ?> | = $e((string) ((int) ($row['priority'] ?? 0))) ?> | = $e((string) (($row['scheduled_at'] ?? null) ?? '-')) ?> | = $e((string) ((int) ($row['attempts'] ?? 0)) . '/' . (string) ((int) ($row['max_attempts'] ?? 0))) ?> |
| ID | = $e($t('settings.cron.fields.job_type')) ?> | = $e($t('settings.cron.fields.status')) ?> | = $e($t('settings.cron.fields.scheduled_at')) ?> | = $e($t('settings.cron.fields.completed_at')) ?> | = $e($t('settings.cron.fields.last_error')) ?> |
|---|---|---|---|---|---|
| = $e($t('settings.cron.empty_past_jobs')) ?> | |||||
| = $e((string) ((int) ($row['id'] ?? 0))) ?> | = $e((string) ($row['job_type'] ?? '')) ?> | = $e((string) ($row['status'] ?? '')) ?> | = $e((string) (($row['scheduled_at'] ?? null) ?? '-')) ?> | = $e((string) (($row['completed_at'] ?? null) ?? '-')) ?> | = $e($error === '' ? '-' : $error) ?> |