@@ -70,6 +70,8 @@ const pages = [
7070 { title : "Defender Deployment" , path : "/security/defender/deployment" } ,
7171 { title : "Vulnerabilities" , path : "/security/defender/list-defender-tvm" } ,
7272 { title : "Device Compliance" , path : "/security/reports/list-device-compliance" } ,
73+ { title : "Safe Links" , path : "/security/safelinks/safelinks" } ,
74+ { title : "Safe Links Templates" , path : "/security/safelinks/safelinks-template" } ,
7375 { title : "Applications" , path : "/endpoint/applications/list" } ,
7476 { title : "Application Queue" , path : "/endpoint/applications/queue" } ,
7577 { title : "Add Choco App" , path : "/endpoint/applications/add-choco-app" } ,
@@ -99,6 +101,7 @@ const pages = [
99101 { title : "Deleted Mailboxes" , path : "/email/administration/deleted-mailboxes" } ,
100102 { title : "Mailbox Rules" , path : "/email/administration/mailbox-rules" } ,
101103 { title : "Contacts" , path : "/email/administration/contacts" } ,
104+ { title : "Contact Templates" , path : "/email/administration/contacts-template" } ,
102105 { title : "Quarantine" , path : "/email/administration/quarantine" } ,
103106 { title : "Tenant Allow/Block Lists" , path : "/email/administration/tenant-allow-block-lists" } ,
104107 { title : "Mailbox Restore Wizard" , path : "/email/tools/mailbox-restore-wizard" } ,
@@ -121,7 +124,6 @@ const pages = [
121124 { title : "Message Trace" , path : "/email/reports/message-trace" } ,
122125 { title : "Anti-Phishing Filters" , path : "/email/reports/antiphishing-filters" } ,
123126 { title : "Malware Filters" , path : "/email/reports/malware-filters" } ,
124- { title : "Safe Links Filters" , path : "/email/reports/safelinks-filters" } ,
125127 { title : "Safe Attachments Filters" , path : "/email/reports/safeattachments-filters" } ,
126128 {
127129 title : "Shared Mailbox with Enabled Account" ,
0 commit comments