implement cron page (#7)

This commit is contained in:
UUBulb
2024-11-20 00:19:40 +08:00
committed by GitHub
parent 2bf2639080
commit e37f30d335
20 changed files with 555 additions and 28 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export default function ServicePage() {
accessorFn: row => row.service.duration,
},
{
header: "Notification Group ID",
header: "Notifier Group ID",
accessorKey: "service.ngroup",
accessorFn: row => row.service.notification_group_id,
},