mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
cron indicator improvement
This commit is contained in:
@@ -29,7 +29,7 @@ class GetServerStatusController
|
||||
// Add cron info
|
||||
$status['cron'] = [
|
||||
'running' => isRunningCron(),
|
||||
'lastUpdate' => isRunningCron() ? format_date(cache()->get('latest_cron_update')) : '',
|
||||
'lastUpdate' => isRunningCron() ? format_date(cache()->get('latest_cron_update')) : null,
|
||||
];
|
||||
|
||||
return $status;
|
||||
|
||||
Reference in New Issue
Block a user