horizon/openstack_dashboard/dashboards/identity/projects
manchandavishal c02b9fc2dd Get rid of keys() usage
for x in some_dict.keys() can be written as for x in some_dict

Change-Id: If5436647a30c02d0dab7daa23b2290456c66d654
2018-11-30 11:15:27 +00:00
..
groups Add groups tab in project details view. 2018-09-12 13:55:55 +02:00
templates/projects Delete instance,volume,etc confirmation is missing name or ID 2017-04-07 22:58:50 +00:00
users Display users with role through group in users project details tab. 2018-09-12 13:40:38 +02:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
tables.py project: Split quota update into a separate workflow 2018-03-16 16:45:19 +09:00
tabs.py Add groups tab in project details view. 2018-09-12 13:55:55 +02:00
tests.py Add groups tab in project details view. 2018-09-12 13:55:55 +02:00
urls.py project: Split quota update into a separate workflow 2018-03-16 16:45:19 +09:00
views.py Change project details view in a tab view. 2018-08-08 17:02:52 +02:00
workflows.py Get rid of keys() usage 2018-11-30 11:15:27 +00:00