mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
implement notification page (#8)
This commit is contained in:
@@ -116,7 +116,7 @@ export default function ServicePage() {
|
||||
accessorFn: row => row.service.enable_trigger_task ?? false,
|
||||
},
|
||||
{
|
||||
header: "Tasks to trigger on an alarm",
|
||||
header: "Tasks to trigger on alert",
|
||||
accessorKey: "service.failTriggerTasks",
|
||||
accessorFn: row => row.service.fail_trigger_tasks,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user