horizon/openstack_dashboard/dashboards/project/images
chenhaiq 0f7f17c62a Enable pagination for Project->Images view
This feature is already implemented, but not enabled because it
has strange behavior when the image list is filtered by removing aki
and ari type of images.

The pagination for images view should be enabled since the filtering
image code was removed in: https://review.openstack.org/#/c/59935/

Because the ImagesTable is the only one being incorporated into the
images view, there is no need to include table.name attribute into
_prev and _more attributes of the view (no other tables to distinguish
between).

This is a refreshment of https://review.openstack.org/#/c/58928/
(which I cannot update because it's abandoned).

Change-Id: Ib027a548ee8aa623f0faea86f0ad7570d6ec2360
Co-Authored-By: chenhaiq <chenhaiq@cn.ibm.com>
Closes-Bug: #1252649
2015-09-23 14:58:14 +00:00
..
images Merge "Only allow http/https schemas for image download" 2015-09-12 15:53:24 +00:00
snapshots Replace mox with mox3 2015-07-13 15:02:10 +02:00
templates/images Made image detail status translatable 2015-08-17 15:28:50 -05:00
__init__.py Move volume snapshots table to volumes panel 2014-02-18 10:24:18 +08:00
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
tests.py Enable pagination for Project->Images view 2015-09-23 14:58:14 +00:00
urls.py Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09:00
utils.py Fixing docstring formatting errors and warnings 2015-08-18 17:14:22 -06:00
views.py Enable pagination for Project->Images view 2015-09-23 14:58:14 +00:00