forked from github-starred/komodo
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