mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-10 08:01:11 +00:00
fix alerter table
This commit is contained in:
@@ -23,11 +23,17 @@ export const AlerterTable = ({
|
||||
),
|
||||
},
|
||||
{
|
||||
accessorKey: "info.alerter_type",
|
||||
accessorKey: "info.endpoint_type",
|
||||
header: ({ column }) => (
|
||||
<SortableHeader column={column} title="Type" />
|
||||
),
|
||||
},
|
||||
{
|
||||
accessorKey: "info.enabled",
|
||||
header: ({ column }) => (
|
||||
<SortableHeader column={column} title="Enabled" />
|
||||
),
|
||||
},
|
||||
{
|
||||
header: "Tags",
|
||||
cell: ({ row }) => <TableTags tag_ids={row.original.tags} />,
|
||||
|
||||
Reference in New Issue
Block a user