mirror of https://github.com/apache/cloudstack.git
ui: fix vpc loadbalancer listing for admins (#6592)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
9a264c1369
commit
b0f90fc6fb
|
|
@ -569,7 +569,8 @@ export default {
|
|||
api('listLoadBalancers', {
|
||||
networkid: id,
|
||||
page: this.page,
|
||||
pagesize: this.pageSize
|
||||
pagesize: this.pageSize,
|
||||
listAll: true
|
||||
}).then(json => {
|
||||
this.internalLB[id] = json.listloadbalancersresponse.loadbalancer || []
|
||||
this.itemCounts.internalLB[id] = json.listloadbalancersresponse.count || 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue