horizon/openstack_dashboard/dashboards/identity/users
Mark Goddard f0736c5174 Use policy_rules for user role assignment and group tabs
The policy_rules feature was added recently, which simplifies making
tabs allowed conditionally based on policy. Use the feature for the User
role assignments and groups tabs.

This is a separate commit to allow the original patch to be backported.

Related-Bug: #1920214
Change-Id: Ic4a16b27c4f2da0daa2ec066d129926c349d1e4b
2021-03-26 13:48:30 +00:00
..
groups Add group tab in user details view. 2018-12-20 08:32:53 +00:00
role_assignments Displays role assignment through group in user details 2018-12-20 08:50:43 +00:00
templates/users Support for Keystone password_lock option 2020-04-10 13:22:53 +03:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
forms.py Use python3-style super() 2020-10-15 14:37:20 +09:00
panel.py Use python3-style super() 2020-10-15 14:37:20 +09:00
tables.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
tabs.py Use policy_rules for user role assignment and group tabs 2021-03-26 13:48:30 +00:00
tests.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
urls.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
views.py Merge "Use python3-style super()" 2020-10-27 04:42:53 +00:00