Comment 13 for bug 1274427

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

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 address hidden>
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 address hidden>
    Co-Authored-By: Akihiro Motoki <email address hidden>
    Change-Id: Id8eaae6bf1b5d6f42291291655e14b8715c08bc8
    Signed-off-by: Ferenc Cserepkei <email address hidden>