File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ export const MENU_ITEMS: MenuItem[] = [
102102 link : '/pages/sr/search' ,
103103 group : 'mysr'
104104 } ,
105- {
106- title : 'menu.sr.search.map' ,
107- link : '/pages/sr/mapsearch' ,
108- group : 'mysr'
109- } ,
105+ // {
106+ // title: 'menu.sr.search.map',
107+ // link: '/pages/sr/mapsearch',
108+ // group: 'mysr'
109+ // },
110110 {
111111 title : 'menu.sr.instances' ,
112112 link : '/pages/sr/instance' ,
Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ const routes: Routes = [
111111 path : 'sr/instance/:id/:instanceVersion' ,
112112 component : DetailViewComponent ,
113113 } ,
114- {
115- path : 'sr/mapsearch' ,
116- component : SrMapSearchComponent ,
117- } ,
114+ // {
115+ // path: 'sr/mapsearch',
116+ // component: SrMapSearchComponent,
117+ // },
118118 {
119119 path : 'sr/search' ,
120120 component : SrSearchComponent ,
You can’t perform that action at this time.
0 commit comments