diff --git a/classes/Pref_System.php b/classes/Pref_System.php index 43bc733f0..c5d7ab606 100644 --- a/classes/Pref_System.php +++ b/classes/Pref_System.php @@ -28,6 +28,38 @@ class Pref_System extends Handler_Administrative { print json_encode(['rc' => $rc, 'error' => $mailer->error()]); } + function getscheduledtasks(): void { + ?> +
= __("Task name") ?> | += __("Last executed") ?> | += __("Duration (seconds)") ?> | += __("Return code") ?> | +
---|---|---|---|
= $task->task_name ?> | += TimeHelper::make_local_datetime($task->last_run) ?> | += $task->last_duration ?> | += $task->last_rc ?> | +