horizon/openstack_dashboard/dashboards/project/ngimages
Matt Borland cd03154e69 Images uses generic/extensible details views
This patch adds examples of how to use the descriptor on detail views so you
don't have to constantly reload items via an API (just load base object
once per detail view)

Removes the old custom page for Image and replaces the link from
the table with a link to the Generic detail display.

Renames ./images/detail/ to ./images/details/ as we call these features
'details.'

Renames the image-detail.module.js to just details.module.js to match basic
dir-name-for-module pattern.

Adds result handling to the generic details page that simply reloads the
page on an action completing.

Change-Id: I9e7f1a41cf9421f437811efdab67b41485121744
Partially-Implements: blueprint angularize-images-table
2016-05-23 20:09:39 +00:00
..
__init__.py Adding Angular Project Images Panel 2015-07-10 01:04:06 -06:00
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Images uses generic/extensible details views 2016-05-23 20:09:39 +00:00