Skip to content

Commit

Permalink
fix: removes tekton tab (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
invincibleJai authored and schultzp2020 committed Nov 9, 2023
1 parent 75ef185 commit 9113665
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-boxes-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'app': minor
---

Removes Tekton tab
6 changes: 0 additions & 6 deletions packages/app/src/components/catalog/EntityPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ export const entityPage = (
mountPoint: 'entity.page.kubernetes',
})}

{tab({
path: '/tekton',
title: 'Tekton',
mountPoint: 'entity.page.tekton',
})}

{tab({
path: '/image-registry',
title: 'Image Registry',
Expand Down
1 change: 0 additions & 1 deletion showcase-docs/dynamic-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ The following mount points are available:
| `entity.page.ci` | Catalog entity "CI" tab | NO |
| `entity.page.cd` | Catalog entity "CD" tab | NO |
| `entity.page.kubernetes` | Catalog entity "Kubernetes" tab | NO |
| `entity.page.tekton` | Catalog entity "Tekton" tab | NO |
| `entity.page.image-registry` | Catalog entity "Image Registry" tab | NO |
| `entity.page.monitoring` | Catalog entity "Monitoring" tab | NO |
| `entity.page.lighthouse` | Catalog entity "Lighthouse" tab | NO |
Expand Down

0 comments on commit 9113665

Please sign in to comment.