Skip to content

Commit b0f90fc

Browse files
authored
ui: fix vpc loadbalancer listing for admins (#6592)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 9a264c1 commit b0f90fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ui/src/views/network/VpcTiersTab.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,8 @@ export default {
569569
api('listLoadBalancers', {
570570
networkid: id,
571571
page: this.page,
572-
pagesize: this.pageSize
572+
pagesize: this.pageSize,
573+
listAll: true
573574
}).then(json => {
574575
this.internalLB[id] = json.listloadbalancersresponse.loadbalancer || []
575576
this.itemCounts.internalLB[id] = json.listloadbalancersresponse.count || 0

0 commit comments

Comments
 (0)