Skip to content

Commit

Permalink
Remove view status button for okta (not fully implemented)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Sep 3, 2024
1 parent 169bde6 commit 5218dc1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/packages/teleport/src/Integrations/IntegrationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ export function IntegrationList(props: Props<IntegrationLike>) {
return (
<Cell align="right">
<MenuButton>
{/* Currently, only okta supports status pages */}
{item.kind === 'okta' && (
<MenuItem
as={InternalRouteLink}
to={cfg.getIntegrationStatusRoute(item.kind, item.name)}
>
View Status
</MenuItem>
)}
<MenuItem onClick={() => props.onDeletePlugin(item)}>
Delete...
</MenuItem>
Expand Down

0 comments on commit 5218dc1

Please sign in to comment.