Skip to content

Commit

Permalink
Add domain column to account users page
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh92 committed Feb 9, 2024
1 parent e526141 commit 6727841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/config/section/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
docHelp: 'adminguide/accounts.html#users',
hidden: true,
permission: ['listUsers'],
columns: ['username', 'state', 'firstname', 'lastname', 'email', 'account'],
columns: ['username', 'state', 'firstname', 'lastname', 'email', 'account', 'domain'],
details: ['username', 'id', 'firstname', 'lastname', 'email', 'usersource', 'timezone', 'rolename', 'roletype', 'is2faenabled', 'account', 'domain', 'created'],
tabs: [
{
Expand Down

0 comments on commit 6727841

Please sign in to comment.