Comment 7 for bug 1597677

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

Reviewed: https://review.openstack.org/366498
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=73f867514864954cca49e957e15011ab8b6e90aa
Submitter: Jenkins
Branch: master

commit 73f867514864954cca49e957e15011ab8b6e90aa
Author: MinSun <email address hidden>
Date: Wed Sep 7 13:14:42 2016 +0800

    Support to delete instance from network topology view

    When try to delete an instance in network topology view, horizon would
    try to load project/instance table in background, then do the delete
    row action to the instance.
    But the project instance table was paginated, it only load the first
    page instances. The delete action would not work if you try to delete
    an instance that are not in the first page.
    The patch try to fix the bug.

    Change-Id: I317bd1ee418d19c075ae3ac8d39563a0514b1795
    Closes-Bug: #1597677