X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FMenuModel.ts;fp=src%2Fmodels%2FMenuModel.ts;h=5944aef11d6540524e522010512e65482dc8386f;hb=c84f1123f8ba69f9e2211b2d816bb415e595efaa;hp=d9d06204c88a034405e8fb197ab41460e4e01cc9;hpb=a91e51fcd2d4fcfc136bdff9f0a7d2c205b135b6;p=osm%2FNG-UI.git diff --git a/src/models/MenuModel.ts b/src/models/MenuModel.ts index d9d0620..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'], @@ -148,7 +148,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: '/sdn/details', @@ -159,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', @@ -170,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', @@ -204,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', @@ -215,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',