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.
Reviewed: https:/ /review. openstack. org/366498 /git.openstack. org/cgit/ openstack/ horizon/ commit/ ?id=73f86751486 4954cca49e957e1 5011ab8b6e90aa
Committed: https:/
Submitter: Jenkins
Branch: master
commit 73f867514864954 cca49e957e15011 ab8b6e90aa
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: I317bd1ee418d19 c075ae3ac8d3956 3a0514b1795
Closes-Bug: #1597677