We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320e2b3 commit d16e402Copy full SHA for d16e402
src/views/tenant/administration/ListGDAPRoles.js
@@ -33,6 +33,19 @@ const ListGDAPRoles = () => {
33
columns,
34
reportName: `GDAPRole-List`,
35
path: '/api/ListGDAPRoles',
36
+ tableProps: {
37
+ selectableRows: true,
38
+ actionsList: [
39
+ {
40
+ label: 'Delete Mapping',
41
+ modal: true,
42
+ modalUrl: `/api/ExecDeleteGDAPRoleMapping?&GroupId=!GroupId`,
43
+ modalMessage:
44
+ 'Are you sure you want to delete this role mapping? (Note: This does not delete the associated security groups or modify any GDAP relationships.)',
45
+ },
46
+ ],
47
+ keyField: 'GroupId',
48
49
}}
50
/>
51
</div>
0 commit comments