mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 03:38:55 -05:00
alert table rename Target to Resource
This commit is contained in:
@@ -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} />;
|
||||
|
||||
Reference in New Issue
Block a user