]> git.proxmox.com Git - pve-manager.git/commit
fix #4739: ui: user list: add column for group memberships
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 14 Jun 2023 12:31:31 +0000 (14:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 13:36:55 +0000 (15:36 +0200)
commit7679ff9e602bcc9530ae57f67f1269940250c805
tree20175ecff1f22ef61fe824db1f9981f50569c1ab
parent5f936d95fcf71505d5686f8ea761f9db6c16b345
fix #4739: ui: user list: add column for group memberships

To get a fast overview in which groups each user is add a column that
shows all groups they are a member of.

To get that info we need to pass the 'full=1' parameter to the API
endpoint, which then adds tokens and groups for each user to the result.

This is basically only increasing transmission size a bit, as the
backend doesn't needs to do any extra parsing for this information.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [T: Reword commit message ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/UserView.js
www/manager6/form/UserSelector.js