Skip to content

Commit

Permalink
Opened Portal links in new tabs
Browse files Browse the repository at this point in the history
Opened Portal Links in new tabs
  • Loading branch information
BNWEIN committed May 5, 2023
1 parent 8d6d9ce commit 1d7b46c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,31 @@ const Home = () => {
{
label: 'M365 Admin',
link: `https://portal.office.com/Partner/BeginClientSession.aspx?CTID=${currentTenant.customerId}&CSDEST=o365admincenter`,
target: '_blank',
icon: faCog,
},
{
label: 'Exchange',
link: `https://admin.exchange.microsoft.com/?landingpage=homepage&form=mac_sidebar&delegatedOrg=${currentTenant.defaultDomainName}#`,
target: '_blank',
icon: faMailBulk,
},
{
label: 'Intune',
link: `https://intune.microsoft.com/${currentTenant.defaultDomainName}`,
target: '_blank',
icon: faLaptopCode,
},
{
label: 'Entra',
link: `https://entra.microsoft.com/${currentTenant.defaultDomainName}`,
target: '_blank',
icon: faUsers,
},
{
label: 'Security',
link: `https://security.microsoft.com/?tid=${currentTenant.customerId}`,
target: '_blank',
icon: faShieldAlt,
},
]
Expand Down

0 comments on commit 1d7b46c

Please sign in to comment.