Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Aug 30, 2024
2 parents cb32a99 + 9eb600c commit 07e5358
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/identity/administration/Devices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ const DevicesList = () => {
modalUrl: `/api/ExecDeviceDelete?TenantFilter=${tenant.defaultDomainName}&ID=${row.id}&Action=Enable`,
modalMessage: 'Are you sure you want to enable this device.',
},
{
label: 'Retrieve Bitlocker Keys',
color: 'info',
modal: true,
modalUrl: `/api/ExecGetRecoveryKey?TenantFilter=${tenant.defaultDomainName}&GUID=${row.id}`,
modalMessage: 'Are you sure you want to retrieve the Bitlocker keys?',
},
{
label: 'Disable Device',
color: 'info',
Expand Down

0 comments on commit 07e5358

Please sign in to comment.