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