mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
ui: fix cannot assign vms to internal lb in VPC (#3832)
This fixes the issue that cannot assign VMs in Internal LB in VPC. listView is overwritten due to commit 2e2b670 (#3161) Fixes: #3827
This commit is contained in:
parent
76fb811e08
commit
75aa6e3659
@ -88,9 +88,9 @@
|
||||
|
||||
// Make sure the master checkbox is unselected
|
||||
if (multiSelect) {
|
||||
var $listView = $instanceRow.closest('.list-view');
|
||||
$listView.find('input.multiSelectMasterCheckbox').prop('checked', false);
|
||||
toggleMultiSelectActions($listView, false);
|
||||
var $listView2 = $instanceRow.closest('.list-view');
|
||||
$listView2.find('input.multiSelectMasterCheckbox').prop('checked', false);
|
||||
toggleMultiSelectActions($listView2, false);
|
||||
}
|
||||
|
||||
var externalLinkAction = action.externalLink;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user