Skip to content

Commit

Permalink
Added Azure & Sharepoint portals to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen committed May 6, 2023
1 parent fa932e3 commit 8ebbc5f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/views/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
faUserFriends,
faUserPlus,
faUsers,
faServer,
} from '@fortawesome/free-solid-svg-icons'
import { CCol, CRow } from '@coreui/react'
import { useGenericGetRequestQuery } from 'src/store/api/app'
Expand Down Expand Up @@ -88,6 +89,16 @@ const Home = () => {
link: `https://security.microsoft.com/?tid=${currentTenant.customerId}`,
icon: faShieldAlt,
},
{
label: 'Azure',
link: `https://portal.azure.com/?tid=${currentTenant.defaultDomainName}`,
icon: faServer,
},
{
label: 'Sharepoint',
link: `https://admin.microsoft.com/Partner/beginclientsession.aspx?CTID=${currentTenant.customerId}&CSDEST=SharePoint`,
icon: faBook,
},
]

const actions2 = [
Expand Down

0 comments on commit 8ebbc5f

Please sign in to comment.