Skip to content

Commit 6923d0d

Browse files
Merge pull request #1574 from rvdwegen/patch-8
Added List Devices link to dashboard
2 parents 6ae37fc + 4520c75 commit 6923d0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/views/home/Home.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ const Home = () => {
131131
link: `/identity/administration/groups?customerId=${currentTenant.customerId}`,
132132
icon: faUsers,
133133
},
134+
{
135+
label: 'List Devices',
136+
link: `/endpoint/reports/devices?customerId=${currentTenant.customerId}`,
137+
icon: faLaptopCode,
138+
},
134139
{
135140
label: 'Create User',
136141
link: `/identity/administration/users/add?customerId=${currentTenant.customerId}`,

0 commit comments

Comments
 (0)