X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FMenuModel.ts;h=5944aef11d6540524e522010512e65482dc8386f;hb=refs%2Fheads%2Fmaster;hp=deb9654a982b3b5b89b579ecce3a4bd19765f337;hpb=42fe05d7cabccbb55bf79956d6a2ed861b14361a;p=osm%2FNG-UI.git diff --git a/src/models/MenuModel.ts b/src/models/MenuModel.ts index deb9654..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',