Reviewed: https://review.openstack.org/498018 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=467669417979ec7443d5195d4b4635d5596cdc08 Submitter: Zuul Branch: master
commit 467669417979ec7443d5195d4b4635d5596cdc08 Author: Ferenc Cserepkei <[email protected]> Date: Fri Aug 25 19:53:42 2017 +0200 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 <[email protected]> Co-Authored-By: Akihiro Motoki <[email protected]> Change-Id: Id8eaae6bf1b5d6f42291291655e14b8715c08bc8 Signed-off-by: Ferenc Cserepkei <[email protected]> ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1274427 Title: No prev link in the instance list pagination Status in OpenStack Dashboard (Horizon): Fix Released Bug description: When there are more than 20 instances, there is only a next button to see the next 20 instances, but there isn't a back button, so you cant see the last 20 instance. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1274427/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

