From 4520c75ca63928a02b64952faae9364f73ca246f Mon Sep 17 00:00:00 2001 From: Roel van der Wegen Date: Sun, 18 Jun 2023 05:21:07 +0200 Subject: [PATCH] Added List Devices link to dashboard --- src/views/home/Home.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/home/Home.js b/src/views/home/Home.js index 630577a4a73a..78fd7bbbd459 100644 --- a/src/views/home/Home.js +++ b/src/views/home/Home.js @@ -131,6 +131,11 @@ const Home = () => { link: `/identity/administration/groups?customerId=${currentTenant.customerId}`, icon: faUsers, }, + { + label: 'List Devices', + link: `/endpoint/reports/devices?customerId=${currentTenant.customerId}`, + icon: faLaptopCode, + }, { label: 'Create User', link: `/identity/administration/users/add?customerId=${currentTenant.customerId}`,