From 88be3d29dfbe3372a385c553585edcdafe9c30c5 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 2 Sep 2024 13:09:15 +0200 Subject: [PATCH] make "pending" translatable --- application/views/cron/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/application/views/cron/index.php b/application/views/cron/index.php index b8c3b9bc4..c7f5d01f9 100644 --- a/application/views/cron/index.php +++ b/application/views/cron/index.php @@ -64,12 +64,14 @@ id; ?> description; ?> - enabled == '1') { - if ($cron->status == 'healthy') { ?> + + enabled == '1') { + if ($cron->status == 'healthy') { ?> status == 'failed') { ?> + status == 'pending') { ?> + status; ?>