horizon/openstack_dashboard/dashboards/project/instances
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
..
templates/instances corrected the wrong url in admin instance detail 2015-07-02 17:31:40 +05:30
workflows Couldn't provision instance from volume snapshot 2015-09-18 01:42:02 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py made action log's action value translatable 2015-04-14 13:29:07 +05:30
console.py Replace SortedDict with OrderedDict 2015-09-04 18:39:15 +00:00
forms.py Detach interface support 2015-05-04 10:14:35 +08:00
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
tables.py Enable compute shelve/unshelve commands 2015-09-11 12:08:42 +00:00
tabs.py Remove serial console hardcode url 2015-06-27 09:53:08 +08:00
tests.py Enable pagination for Project->Images view 2015-09-23 14:58:14 +00:00
urls.py Detach interface support 2015-05-04 10:14:35 +08:00
utils.py Fixing docstring formatting errors and warnings 2015-08-18 17:14:22 -06:00
views.py Replace SortedDict with OrderedDict 2015-09-04 18:39:15 +00:00