@@ -51,13 +51,6 @@ export const APPLICATION_MANAGEMENT_CONFIGURATIONS: NavigationItemType['subItems
5151 href : URLS . APPLICATION_MANAGEMENT_CONFIGURATIONS_NOTIFICATIONS ,
5252 keywords : [ 'config' ] ,
5353 } ,
54- {
55- title : 'Catalog Frameworks' ,
56- dataTestId : 'click-on-configurations-catalog-frameworks' ,
57- id : 'application-management-configurations-catalog-frameworks' ,
58- href : COMMON_URLS . APPLICATION_MANAGEMENT_CONFIGURATIONS_CATALOG_FRAMEWORK ,
59- keywords : [ 'config' ] ,
60- } ,
6154 {
6255 title : 'Scoped Variables' ,
6356 dataTestId : 'click-on-configurations-scoped-variables' ,
@@ -279,14 +272,6 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
279272 icon : 'ic-cube' ,
280273 href : COMMON_URLS . INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER ,
281274 } ,
282- {
283- title : 'Catalog Framework' ,
284- dataTestId : 'catalog-framework' ,
285- id : 'infrastructure-management-catalog-framework' ,
286- icon : 'ic-file' ,
287- disabled : true ,
288- href : '/dummy-url' ,
289- } ,
290275 {
291276 title : 'Resource Watcher' ,
292277 dataTestId : 'resource-watcher' ,
@@ -432,12 +417,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
432417 title : 'Backup & Restore' ,
433418 id : 'backup-and-restore' ,
434419 icon : 'ic-database-backup' ,
420+ disabled : true ,
435421 items : [
436422 {
437423 title : 'Overview' ,
438424 dataTestId : 'backup-and-restore-overview' ,
439425 id : 'backup-and-restore-overview' ,
440426 icon : 'ic-speedometer' ,
427+ disabled : true ,
441428 href : COMMON_URLS . BACKUP_AND_RESTORE_OVERVIEW ,
442429 } ,
443430 {
@@ -486,12 +473,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
486473 id : 'ai-recommendations' ,
487474 title : 'AI Recommendations' ,
488475 icon : 'ic-openai' ,
476+ disabled : true ,
489477 items : [
490478 {
491479 title : 'Overview' ,
492480 dataTestId : 'ai-recommendations-overview' ,
493481 id : 'ai-recommendations-overview' ,
494482 icon : 'ic-speedometer' ,
483+ disabled : true ,
495484 href : COMMON_URLS . AI_RECOMMENDATIONS_OVERVIEW ,
496485 } ,
497486 ] ,
0 commit comments