horizon/openstack_dashboard/static/app/core/keypairs
Shu Muto 4982dc3cda Angularize Key Pairs index view
This patch adds Angularized index view.
Actions and details view will be implemented in subsequent patches.

To use Angularized Key Pairs index view, copy following file:

  openstack_dashboard/local/local_settings.d/
  _11_toggle_angular_features.py.example

to:

  _11_toggle_angular_features.py

and add following line into _11_toggle_angular_features.py:

  ANGULAR_FEATURES.update({'key_pairs_panel': True})

Change-Id: Ie1bf555430f77fc6bc95deedb8328caa5a2287aa
Partial-Implements: blueprint ng-keypairs
2017-08-25 14:40:03 +09:00
..
details Angularize Key Pairs index view 2017-08-25 14:40:03 +09:00
_keypairs.scss Angularize Key Pairs index view 2017-08-25 14:40:03 +09:00
keypair.controller.js Use POST not GET for keypair generation 2017-06-08 11:13:31 -07:00
keypair.controller.spec.js Use POST not GET for keypair generation 2017-06-08 11:13:31 -07:00
keypairs.module.js Angularize Key Pairs index view 2017-08-25 14:40:03 +09:00
keypairs.module.spec.js Angularize Key Pairs index view 2017-08-25 14:40:03 +09:00
keypairs.service.js Angularize Key Pairs index view 2017-08-25 14:40:03 +09:00
keypairs.service.spec.js Angularize Key Pairs index view 2017-08-25 14:40:03 +09:00
panel.html Angularize Key Pairs index view 2017-08-25 14:40:03 +09:00