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') { ?>
= __("healthy"); ?>
status == 'failed') { ?>
= __("failed"); ?>
+ status == 'pending') { ?>
+ = __("pending"); ?>
status; ?>
|