We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2e0e4 commit bd7e879Copy full SHA for bd7e879
src/components/Navigation/constants.ts
@@ -272,14 +272,6 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
272
icon: 'ic-cube',
273
href: COMMON_URLS.INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER,
274
},
275
- {
276
- title: 'Catalog Framework',
277
- dataTestId: 'catalog-framework',
278
- id: 'infrastructure-management-catalog-framework',
279
- icon: 'ic-file',
280
- disabled: true,
281
- href: '/dummy-url',
282
- },
283
{
284
title: 'Resource Watcher',
285
dataTestId: 'resource-watcher',
0 commit comments