@@ -375,114 +375,114 @@ export default {
375375 },
376376 ],
377377 },
378- {
379- title: this .$i18n .t (' menu.cloudAdvisor' ),
380- icon: ' fas fa-cloud' ,
381- attributes: { ' data-cy' : ' mn-cloud' },
382- hidden: this .checkMenu (' Cloud Advisors' , ' ' ),
383- child: [
384- {
385- title: this .$i18n .t (' menu.oracle' ),
386- icon: ' fas fa-cloud' ,
387- attributes: { ' data-cy' : ' mn-cloud-oracle' },
388- hidden: this .checkMenu (' Oracle' , ' Cloud Advisors' ),
389- child: [
390- {
391- href: { name: ' oracle-profile-configurations' },
392- title: this .$i18n .t (' menu.profileConfig' ),
393- icon: ' fas fa-user-cog' ,
394- class: ' menu-third-level' ,
395- attributes: { ' data-cy' : ' mn-cloud-oracle-profile' },
396- hidden: this .checkMenu (' Profile Configuration' , ' Oracle' ),
397- },
398- {
399- href: { name: ' oracle-recommendations' },
400- title: this .$i18n .t (' menu.recommendations' ),
401- icon: ' fas fa-user-shield' ,
402- class: ' menu-third-level' ,
403- disabled: ! this .getCloudActiveProfiles (' oci' ),
404- attributes: { ' data-cy' : ' mn-cloud-oracle-recommendations' },
405- hidden: this .checkMenu (' Recommendations' , ' Oracle' ),
406- },
407- ],
408- },
409- // {
410- // title: this.$i18n.t('menu.aws'),
411- // icon: 'fas fa-cloud',
412- // attributes: { 'data-cy': 'mn-cloud-aws' },
413- // hidden: this.checkMenu('AWS', 'Cloud Advisors'),
414- // child: [
415- // {
416- // href: { name: 'aws-profile-configurations' },
417- // title: this.$i18n.t('menu.profileConfig'),
418- // icon: 'fas fa-user-cog',
419- // class: 'menu-third-level',
420- // attributes: { 'data-cy': 'mn-cloud-aws-profile' },
421- // hidden: this.checkMenu('Profile Configuration', 'AWS'),
422- // },
423- // {
424- // href: { name: 'aws-recommendations' },
425- // title: this.$i18n.t('menu.recommendations'),
426- // icon: 'fas fa-user-shield',
427- // class: 'menu-third-level',
428- // disabled: !this.getCloudActiveProfiles('aws'),
429- // attributes: { 'data-cy': 'mn-cloud-aws-recommendations' },
430- // hidden: this.checkMenu('Recommendations', 'AWS'),
431- // },
432- // ],
433- // },
434- // {
435- // title: this.$i18n.t('menu.azure'),
436- // icon: 'fas fa-cloud',
437- // attributes: { 'data-cy': 'mn-cloud-azure' },
438- // hidden: this.checkMenu('Azure', 'Cloud Advisors'),
439- // child: [
440- // {
441- // href: { name: 'azure-profile-configurations' },
442- // title: this.$i18n.t('menu.profileConfig'),
443- // icon: 'fas fa-user-cog',
444- // class: 'menu-third-level',
445- // attributes: { 'data-cy': 'mn-cloud-azure-profile' },
446- // hidden: this.checkMenu('Profile Configuration', 'Azure'),
447- // },
448- // // {
449- // // href: { name: 'azure-recommendations' },
450- // // title: this.$i18n.t('menu.recommendations'),
451- // // icon: 'fas fa-user-shield',
452- // // class: 'menu-third-level',
453- // // disabled: !this.getCloudActiveProfiles('azure'),
454- // // attributes: { 'data-cy': 'mn-cloud-azure-recommendations' },
455- // // hidden: this.checkMenu('Recommendations', 'Azure'),
456- // // },
457- // ],
458- // },
459- {
460- title: ' Google' ,
461- icon: ' fas fa-cloud' ,
462- attributes: { ' data-cy' : ' mn-cloud-google' },
463- hidden: ! this .checkMenu (' Google' , ' Cloud Advisors' ),
464- child: [
465- {
466- href: { name: ' google-profile-configurations' },
467- title: this .$i18n .t (' menu.profileConfig' ),
468- icon: ' fas fa-user-cog' ,
469- class: ' menu-third-level' ,
470- attributes: { ' data-cy' : ' mn-cloud-google-profile' },
471- hidden: ! this .checkMenu (' Profile Configuration' , ' Google' ),
472- },
473- {
474- href: { name: ' google-recommendations' },
475- title: this .$i18n .t (' menu.recommendations' ),
476- icon: ' fas fa-user-shield' ,
477- class: ' menu-third-level' ,
478- // disabled: !this.getCloudActiveProfiles('oci'),
479- attributes: { ' data-cy' : ' mn-cloud-google-recommendations' },
480- hidden: ! this .checkMenu (' Recommendations' , ' Google' ),
481- },
482- ],
483- },
484- ],
485- },
378+ // {
379+ // title: this.$i18n.t('menu.cloudAdvisor'),
380+ // icon: 'fas fa-cloud',
381+ // attributes: { 'data-cy': 'mn-cloud' },
382+ // hidden: this.checkMenu('Cloud Advisors', ''),
383+ // child: [
384+ // {
385+ // title: this.$i18n.t('menu.oracle'),
386+ // icon: 'fas fa-cloud',
387+ // attributes: { 'data-cy': 'mn-cloud-oracle' },
388+ // hidden: this.checkMenu('Oracle', 'Cloud Advisors'),
389+ // child: [
390+ // {
391+ // href: { name: 'oracle-profile-configurations' },
392+ // title: this.$i18n.t('menu.profileConfig'),
393+ // icon: 'fas fa-user-cog',
394+ // class: 'menu-third-level',
395+ // attributes: { 'data-cy': 'mn-cloud-oracle-profile' },
396+ // hidden: this.checkMenu('Profile Configuration', 'Oracle'),
397+ // },
398+ // {
399+ // href: { name: 'oracle-recommendations' },
400+ // title: this.$i18n.t('menu.recommendations'),
401+ // icon: 'fas fa-user-shield',
402+ // class: 'menu-third-level',
403+ // disabled: !this.getCloudActiveProfiles('oci'),
404+ // attributes: { 'data-cy': 'mn-cloud-oracle-recommendations' },
405+ // hidden: this.checkMenu('Recommendations', 'Oracle'),
406+ // },
407+ // ],
408+ // },
409+ // {
410+ // title: this.$i18n.t('menu.aws'),
411+ // icon: 'fas fa-cloud',
412+ // attributes: { 'data-cy': 'mn-cloud-aws' },
413+ // hidden: this.checkMenu('AWS', 'Cloud Advisors'),
414+ // child: [
415+ // {
416+ // href: { name: 'aws-profile-configurations' },
417+ // title: this.$i18n.t('menu.profileConfig'),
418+ // icon: 'fas fa-user-cog',
419+ // class: 'menu-third-level',
420+ // attributes: { 'data-cy': 'mn-cloud-aws-profile' },
421+ // hidden: this.checkMenu('Profile Configuration', 'AWS'),
422+ // },
423+ // {
424+ // href: { name: 'aws-recommendations' },
425+ // title: this.$i18n.t('menu.recommendations'),
426+ // icon: 'fas fa-user-shield',
427+ // class: 'menu-third-level',
428+ // disabled: !this.getCloudActiveProfiles('aws'),
429+ // attributes: { 'data-cy': 'mn-cloud-aws-recommendations' },
430+ // hidden: this.checkMenu('Recommendations', 'AWS'),
431+ // },
432+ // ],
433+ // },
434+ // {
435+ // title: this.$i18n.t('menu.azure'),
436+ // icon: 'fas fa-cloud',
437+ // attributes: { 'data-cy': 'mn-cloud-azure' },
438+ // hidden: this.checkMenu('Azure', 'Cloud Advisors'),
439+ // child: [
440+ // {
441+ // href: { name: 'azure-profile-configurations' },
442+ // title: this.$i18n.t('menu.profileConfig'),
443+ // icon: 'fas fa-user-cog',
444+ // class: 'menu-third-level',
445+ // attributes: { 'data-cy': 'mn-cloud-azure-profile' },
446+ // hidden: this.checkMenu('Profile Configuration', 'Azure'),
447+ // },
448+ // // {
449+ // // href: { name: 'azure-recommendations' },
450+ // // title: this.$i18n.t('menu.recommendations'),
451+ // // icon: 'fas fa-user-shield',
452+ // // class: 'menu-third-level',
453+ // // disabled: !this.getCloudActiveProfiles('azure'),
454+ // // attributes: { 'data-cy': 'mn-cloud-azure-recommendations' },
455+ // // hidden: this.checkMenu('Recommendations', 'Azure'),
456+ // // },
457+ // ],
458+ // },
459+ // {
460+ // title: 'Google',
461+ // icon: 'fas fa-cloud',
462+ // attributes: { 'data-cy': 'mn-cloud-google' },
463+ // hidden: !this.checkMenu('Google', 'Cloud Advisors'),
464+ // child: [
465+ // {
466+ // href: { name: 'google-profile-configurations' },
467+ // title: this.$i18n.t('menu.profileConfig'),
468+ // icon: 'fas fa-user-cog',
469+ // class: 'menu-third-level',
470+ // attributes: { 'data-cy': 'mn-cloud-google-profile' },
471+ // hidden: !this.checkMenu('Profile Configuration', 'Google'),
472+ // },
473+ // {
474+ // href: { name: 'google-recommendations' },
475+ // title: this.$i18n.t('menu.recommendations'),
476+ // icon: 'fas fa-user-shield',
477+ // class: 'menu-third-level',
478+ // // disabled: !this.getCloudActiveProfiles('oci'),
479+ // attributes: { 'data-cy': 'mn-cloud-google-recommendations' },
480+ // hidden: !this.checkMenu('Recommendations', 'Google'),
481+ // },
482+ // ],
483+ // },
484+ // ],
485+ // },
486486 {
487487 href: { name: ' repository' },
488488 title: this .$i18n .t (' menu.repository' ),
0 commit comments