diff --git a/frontend/src/components/resources/alerter/table.tsx b/frontend/src/components/resources/alerter/table.tsx
index c5311c9c8..864c19295 100644
--- a/frontend/src/components/resources/alerter/table.tsx
+++ b/frontend/src/components/resources/alerter/table.tsx
@@ -23,11 +23,17 @@ export const AlerterTable = ({
),
},
{
- accessorKey: "info.alerter_type",
+ accessorKey: "info.endpoint_type",
header: ({ column }) => (
),
},
+ {
+ accessorKey: "info.enabled",
+ header: ({ column }) => (
+
+ ),
+ },
{
header: "Tags",
cell: ({ row }) => ,