@@ -17,6 +17,7 @@ import {
1717 faBus ,
1818 faExclamationTriangle ,
1919 faUserShield ,
20+ faEnvelope ,
2021} from '@fortawesome/free-solid-svg-icons'
2122
2223const _nav = [
@@ -133,35 +134,6 @@ const _nav = [
133134 } ,
134135 ] ,
135136 } ,
136- {
137- component : CNavGroup ,
138- name : 'Reports' ,
139- section : 'Reports' ,
140- to : '/tenant/reports' ,
141- icon : < FontAwesomeIcon icon = { faChartBar } className = "nav-icon" /> ,
142- items : [
143- {
144- component : CNavItem ,
145- name : 'Graph Explorer' ,
146- to : '/tenant/administration/graph-explorer' ,
147- } ,
148- {
149- component : CNavItem ,
150- name : 'Licence Report' ,
151- to : '/tenant/administration/list-licenses' ,
152- } ,
153- {
154- component : CNavItem ,
155- name : 'Consented Applications' ,
156- to : '/tenant/administration/application-consent' ,
157- } ,
158- {
159- component : CNavItem ,
160- name : 'Service Health' ,
161- to : '/tenant/administration/service-health' ,
162- } ,
163- ] ,
164- } ,
165137 {
166138 component : CNavGroup ,
167139 name : 'Standards' ,
@@ -235,6 +207,35 @@ const _nav = [
235207 } ,
236208 ] ,
237209 } ,
210+ {
211+ component : CNavGroup ,
212+ name : 'Reports' ,
213+ section : 'Reports' ,
214+ to : '/tenant/reports' ,
215+ icon : < FontAwesomeIcon icon = { faChartBar } className = "nav-icon" /> ,
216+ items : [
217+ {
218+ component : CNavItem ,
219+ name : 'Graph Explorer' ,
220+ to : '/tenant/administration/graph-explorer' ,
221+ } ,
222+ {
223+ component : CNavItem ,
224+ name : 'Licence Report' ,
225+ to : '/tenant/administration/list-licenses' ,
226+ } ,
227+ {
228+ component : CNavItem ,
229+ name : 'Consented Applications' ,
230+ to : '/tenant/administration/application-consent' ,
231+ } ,
232+ {
233+ component : CNavItem ,
234+ name : 'Service Health' ,
235+ to : '/tenant/administration/service-health' ,
236+ } ,
237+ ] ,
238+ } ,
238239 {
239240 component : CNavTitle ,
240241 name : 'Security & Compliance' ,
@@ -333,7 +334,7 @@ const _nav = [
333334 } ,
334335 {
335336 component : CNavItem ,
336- name : 'Add WinGet or Store App' ,
337+ name : 'Add Store App' ,
337338 to : '/endpoint/applications/add-winget-app' ,
338339 } ,
339340 {
@@ -517,7 +518,7 @@ const _nav = [
517518 } ,
518519 {
519520 component : CNavGroup ,
520- name : 'Transport Rules ' ,
521+ name : 'Transport' ,
521522 section : 'Transport Rules' ,
522523 to : '/tenant/administration' ,
523524 icon : < FontAwesomeIcon icon = { faBus } className = "nav-icon" /> ,
@@ -554,6 +555,30 @@ const _nav = [
554555 } ,
555556 ] ,
556557 } ,
558+ {
559+ component : CNavGroup ,
560+ name : 'Spamfilter' ,
561+ section : 'Spamfilter' ,
562+ to : '/tenant/administration' ,
563+ icon : < FontAwesomeIcon icon = { faEnvelope } className = "nav-icon" /> ,
564+ items : [
565+ {
566+ component : CNavItem ,
567+ name : 'Spamfilter' ,
568+ to : '/email/spamfilter/list-spamfilter' ,
569+ } ,
570+ {
571+ component : CNavItem ,
572+ name : 'Apply Spamfilter Template' ,
573+ to : '/email/spamfilter/deploy' ,
574+ } ,
575+ {
576+ component : CNavItem ,
577+ name : 'Templates' ,
578+ to : '/email/spamfilter/list-templates' ,
579+ } ,
580+ ] ,
581+ } ,
557582 {
558583 component : CNavGroup ,
559584 name : 'Reports' ,
0 commit comments