From 74d7d2f578e061fda23708559658843368dd656c Mon Sep 17 00:00:00 2001
From: Chris Wanstrath <2+defunkt@users.noreply.github.com>
Date: Tue, 10 Feb 2026 11:15:16 -0800
Subject: [PATCH] shuffle
---
apps/cron/20260201-000000/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/cron/20260201-000000/index.tsx b/apps/cron/20260201-000000/index.tsx
index 05d0824..49dcf7e 100644
--- a/apps/cron/20260201-000000/index.tsx
+++ b/apps/cron/20260201-000000/index.tsx
@@ -488,13 +488,13 @@ app.get('/job/:app/:name', async c => {
{job.app}/{job.name}
+ {statusLabel(job)}
- {statusLabel(job)}
Schedule {job.schedule}
Last run {job.state === 'running' ? 'now' : formatRelative(job.lastRun)}