horizon/openstack_dashboard/dashboards/project/instances
Ferenc Cserepkei 44a098abcf Add "prev" link to instance page list pagination
Currently there is no link to previous page at paginated instances
table. This patch resolves that issue by re-using the pagination
code for flavors.

It also supports Ying Zuo's scenario:
After I set only 1 item per page and deleted the instance on the first page,
the expected behavior is showing the next instance in the table after one is
deleted.

xxxIndexView uses PagedTableMixin's _get_marker() from now instead of GET()-
ing the markers

Closes-Bug: #1274427
Co-Authored-By: Dmitry Ratushnyy <dratushn@cisco.com>
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: Id8eaae6bf1b5d6f42291291655e14b8715c08bc8
Signed-off-by: Ferenc Cserepkei <ferenc.cserepkei@ericsson.com>
(cherry picked from commit 4676694179)
2019-11-26 12:48:32 -05:00
..
templates/instances Merge "quota: Merge tenant_limit_usages into tenant_quota_usages" 2018-05-16 16:52:55 +00:00
workflows Merge "quota: Merge tenant_limit_usages into tenant_quota_usages" 2018-05-16 16:52:55 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py Remove link for user id field on project action log 2017-03-12 18:22:36 +00:00
console.py Add MKS console support 2017-11-29 21:06:38 -05:00
forms.py Merge "Use microversion 2.60 when attaching a multiattach volume" 2018-04-25 13:55:23 +00:00
interfaces_tables.py Add instance interfaces tab for easy security group edit 2018-04-22 07:40:52 +09:00
panel.py Revert "Add policy rules to project panels" 2017-01-03 19:35:35 +00:00
tables.py Update attach_volume and detach_volume policy rules 2018-05-23 15:19:28 -07:00
tabs.py Add instance interfaces tab for easy security group edit 2018-04-22 07:40:52 +09:00
tests.py Add "prev" link to instance page list pagination 2019-11-26 12:48:32 -05:00
urls.py Add instance interfaces tab for easy security group edit 2018-04-22 07:40:52 +09:00
utils.py Get flavor list sorted when launching instance 2018-05-30 22:54:31 +00:00
views.py Add "prev" link to instance page list pagination 2019-11-26 12:48:32 -05:00