alert table rename Target to Resource

This commit is contained in:
mbecker20
2024-05-29 01:48:32 -07:00
parent 2a56d09f89
commit b7ea680958

View File

@@ -28,7 +28,7 @@ export const AlertsTable = ({
),
},
{
header: "Target",
header: "Resource",
cell: ({ row }) => {
const type = row.original.target.type as UsableResource;
return <ResourceLink type={type} id={row.original.target.id} />;