horizon/openstack_dashboard/dashboards/project/access_and_security
Rob Cresswell 1a58a1fd60 Make Key Pairs tab a panel under Compute
As part of the breaking up of Access and Security, move the Key Pairs
tab to a new panel under Compute. Separate patches will address Floating
IPs, Security Groups, and API Access.

Fixes include:
- Should be significantly faster to access Key Pairs, as we are no
longer running multiple API calls for the other Access & Security tabs
at the same time. Hooray for speed!
- Should be easier for new users to find where Key Pairs are located.
- Reduce reuse of identical translatable strings
- Use common templates instead of duplication
- Updated policy rules and added missing rules to table get_data
- Small cleanup of the Key Pair download page, which was previously
using modal classes despite not being a modal.

Change-Id: I66f1f65a2cb49bd10e0364b12efba4346f373ed3
Implements: blueprint reorganise-access-and-security
2017-01-30 12:52:12 +00:00
..
api_access Remove duplicated modal_header statements 2017-01-04 13:31:36 +00:00
floating_ips Make Key Pairs tab a panel under Compute 2017-01-30 12:52:12 +00:00
security_groups Remove duplicated modal_header statements 2017-01-04 13:31:36 +00:00
templates/access_and_security Make Key Pairs tab a panel under Compute 2017-01-30 12:52:12 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
tabs.py Make Key Pairs tab a panel under Compute 2017-01-30 12:52:12 +00:00
tests.py Make Key Pairs tab a panel under Compute 2017-01-30 12:52:12 +00:00
urls.py Make Key Pairs tab a panel under Compute 2017-01-30 12:52:12 +00:00
views.py Reduce page title duplication in A and S views 2015-02-11 16:35:14 +00:00