X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FMenuModel.ts;h=5944aef11d6540524e522010512e65482dc8386f;hb=refs%2Fheads%2Fmaster;hp=0b49db80e64003b48ba3a13f16fd920ceaaa30e1;hpb=403234ed6120ba4bc01578b3ec237fa5fd4c0f6d;p=osm%2FNG-UI.git diff --git a/src/models/MenuModel.ts b/src/models/MenuModel.ts index 0b49db8..5944aef 100644 --- a/src/models/MenuModel.ts +++ b/src/models/MenuModel.ts @@ -41,7 +41,7 @@ export const MENU_ITEMS: MENUITEMS[] = [ }, { liClass: 'round-edge-top-3', - anchorTagClass: 'parentlink round-edge-top-3 mr-top-5', + anchorTagClass: 'parentlink round-edge-top-3 me-top-5', clickFunction: 'packages', routerLink: '/packages', routerLinkActive: ['menu-open', 'parentactive'], @@ -134,11 +134,21 @@ export const MENU_ITEMS: MENUITEMS[] = [ icon: 'fas fa-layer-group', menuName: 'PAGE.DASHBOARD.NETSLICEINSTANCE', isChildExists: false + }, + { + liClass: '', + anchorTagClass: 'link', + routerLink: '/instances/operational-view', + routerLinkActive: childActiveClass, + routerLinkActiveOptions: false, + icon: 'fas fa-tachometer-alt', + menuName: 'PAGE.OPERATIONALDASHBOARD.TITLE', + isChildExists: false } ] }, { - liClass: 'round-edge-top-3 round-edge-bottom-3 mr-top-5', + liClass: 'round-edge-top-3 round-edge-bottom-3 me-top-5', anchorTagClass: 'link round-edge-top-3 round-edge-bottom-3 individual', clickFunction: 'nosubmenu', routerLink: '/sdn/details', @@ -149,7 +159,7 @@ export const MENU_ITEMS: MENUITEMS[] = [ isChildExists: false }, { - liClass: 'round-edge-top-3 round-edge-bottom-3 mr-top-5', + liClass: 'round-edge-top-3 round-edge-bottom-3 me-top-5', anchorTagClass: 'link round-edge-top-3 round-edge-bottom-3 individual', clickFunction: 'nosubmenu', routerLink: '/vim', @@ -160,7 +170,7 @@ export const MENU_ITEMS: MENUITEMS[] = [ isChildExists: false }, { - liClass: 'round-edge-top-3 round-edge-bottom-3 mr-top-5', + liClass: 'round-edge-top-3 round-edge-bottom-3 me-top-5', anchorTagClass: 'parentlink round-edge-top-3 round-edge-bottom-3', clickFunction: 'k8s', routerLink: '/k8s', @@ -194,7 +204,7 @@ export const MENU_ITEMS: MENUITEMS[] = [ ] }, { - liClass: 'round-edge-top-3 round-edge-bottom-3 mr-top-5', + liClass: 'round-edge-top-3 round-edge-bottom-3 me-top-5', anchorTagClass: 'link round-edge-top-3 round-edge-bottom-3 individual', clickFunction: 'nosubmenu', routerLink: '/repos/details', @@ -205,7 +215,7 @@ export const MENU_ITEMS: MENUITEMS[] = [ isChildExists: false }, { - liClass: 'round-edge-top-3 round-edge-bottom-3 mr-top-5', + liClass: 'round-edge-top-3 round-edge-bottom-3 me-top-5', anchorTagClass: 'link round-edge-top-3 round-edge-bottom-3 individual', clickFunction: 'nosubmenu', routerLink: '/wim/details', @@ -247,7 +257,7 @@ export const MENU_ITEMS: MENUITEMS[] = [ liClass: 'round-edge-bottom-3', anchorTagClass: 'link round-edge-bottom-3 individual', clickFunction: 'nosubmenu', - routerLink: '/roles', + routerLink: '/roles/details', routerLinkActive: ['parentactive'], routerLinkActiveOptions: true, icon: 'fas fa-user-tag',