Skip to content

Commit

Permalink
Add storybook fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Sep 20, 2024
1 parent ab2f7fd commit e66f499
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/packages/teleport/src/Integrations/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ export const plugins: Plugin[] = [
statusCode: IntegrationStatusCode.Running,
spec: {},
},
{
resourceType: 'plugin',
name: 'datadog',
details: '',
kind: 'datadog',
statusCode: IntegrationStatusCode.Running,
spec: {},
},
];

export const integrations: Integration[] = [
Expand Down

0 comments on commit e66f499

Please sign in to comment.