horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity
Shu Muto e20882d3b3 Support can_edit_user and can_edit_role settings in Angularized panels
The actions on Angularized users panel and roles panel does not support
following setting.

OPENSTACK_KEYSTONE_BACKEND = {
    'can_edit_user': True,
    'can_edit_role': True,
}

This patch enables to support these settings.

To enable this settings, add 'OPENSTACK_KEYSTONE_BACKEND' into
'REST_API_REQUIRED_SETTINGS' setting.

Change-Id: I7888bd2c2977dc010911d2e7ecf42815354e081b
Closes-Bug: #1779268
2018-07-18 11:25:31 +09:00
..
domains Reproduce navigations on refreshing ngdetails view 2018-03-29 15:01:59 +09:00
groups Adding identity ng-groups panel 2017-10-10 13:35:09 +09:00
projects Match python/ angular table styles 2016-03-01 10:36:16 +00:00
roles Support can_edit_user and can_edit_role settings in Angularized panels 2018-07-18 11:25:31 +09:00
users Support can_edit_user and can_edit_role settings in Angularized panels 2018-07-18 11:25:31 +09:00
identity.module.js Adding identity ng-groups panel 2017-10-10 13:35:09 +09:00
identity.module.spec.js Adding identity ng-roles panel 2017-01-04 11:54:59 -08:00