Skip to content

Commit

Permalink
render aws icon for identity center plugin in integration list
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghermit committed Oct 18, 2024
1 parent 4b008ce commit d213957
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/packages/teleport/src/Integrations/IntegrationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@ const IconCell = ({ item }: { item: IntegrationLike }) => {
formattedText = 'Datadog Incident Management';
icon = <IconContainer name="datadog" />;
break;
case 'aws-identity-center':
formattedText = 'AWS Identity Center';
icon = <IconContainer name="aws" />;
break;
}
} else {
// Default is integration.
Expand Down

0 comments on commit d213957

Please sign in to comment.