mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-21 04:53:37 +01:00
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…
x
Reference in New Issue
Block a user