X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FMenuModel.ts;h=5944aef11d6540524e522010512e65482dc8386f;hb=refs%2Fheads%2Fmaster;hp=dd77e0d9f9a2ddcbbb7b8c1af85b4f6effd0cb46;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/models/MenuModel.ts b/src/models/MenuModel.ts index dd77e0d..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,18 @@ 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', + routerLinkActive: ['parentactive'], + routerLinkActiveOptions: true, + icon: 'fas fa-fas fa-cloud-download-alt', + menuName: 'PAGE.OSMREPO.MENUOSMREPO', + isChildExists: false + }, + { + 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', @@ -236,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',