#591 - cron jobs

This commit is contained in:
Saeed Vaziry
2025-05-28 00:19:25 +02:00
parent 6032bd1098
commit 61506ff70e
22 changed files with 938 additions and 87 deletions

View File

@ -21,6 +21,7 @@ public function toArray(Request $request): array
'user' => $this->user,
'frequency' => $this->frequency,
'status' => $this->status,
'status_color' => CronJob::$statusColors[$this->status] ?? 'gray',
'created_at' => $this->created_at,
'updated_at' => $this->updated_at,
];