File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,14 @@ Array [
45
45
Location Units
46
46
</Link >
47
47
</MenuItem >
48
+ <MenuItem >
49
+ <Link
50
+ className = " admin-link"
51
+ to = " /admin/location/all"
52
+ >
53
+ All Locations
54
+ </Link >
55
+ </MenuItem >
48
56
</SubMenu >
49
57
<SubMenu
50
58
title = " Team Management"
@@ -123,6 +131,14 @@ Array [
123
131
Location Units
124
132
</Link >
125
133
</MenuItem >
134
+ <MenuItem >
135
+ <Link
136
+ className = " admin-link"
137
+ to = " /admin/location/all"
138
+ >
139
+ All Locations
140
+ </Link >
141
+ </MenuItem >
126
142
</SubMenu >
127
143
<SubMenu
128
144
title = " Team Management"
@@ -235,6 +251,14 @@ Object {
235
251
Location Units
236
252
</Link >
237
253
</MenuItem >
254
+ <MenuItem >
255
+ <Link
256
+ className = " admin-link"
257
+ to = " /admin/location/all"
258
+ >
259
+ All Locations
260
+ </Link >
261
+ </MenuItem >
238
262
</SubMenu >
239
263
<SubMenu
240
264
title = " Team Management"
@@ -316,6 +340,14 @@ Array [
316
340
Location Units
317
341
</Link >
318
342
</MenuItem >
343
+ <MenuItem >
344
+ <Link
345
+ className = " admin-link"
346
+ to = " /admin/location/all"
347
+ >
348
+ All Locations
349
+ </Link >
350
+ </MenuItem >
319
351
</SubMenu >
320
352
<SubMenu
321
353
title = " Team Management"
Original file line number Diff line number Diff line change @@ -148,6 +148,11 @@ describe('routes', () => {
148
148
title : 'Location Units' ,
149
149
url : '/admin/location/unit' ,
150
150
} ,
151
+ {
152
+ key : 'all-locations' ,
153
+ title : 'All Locations' ,
154
+ url : '/admin/location/all' ,
155
+ } ,
151
156
] ,
152
157
enabled : true ,
153
158
key : 'location-management' ,
You can’t perform that action at this time.
0 commit comments