This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.17 by this push:
new b0f90fc6fb5 ui: fix vpc loadbalancer listing for admins (#6592)
b0f90fc6fb5 is described below
commit b0f90fc6fb53788f7e2389da45f66129f818e32e
Author: Abhishek Kumar <[email protected]>
AuthorDate: Mon Aug 1 07:54:09 2022 +0530
ui: fix vpc loadbalancer listing for admins (#6592)
Signed-off-by: Abhishek Kumar <[email protected]>
---
ui/src/views/network/VpcTiersTab.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ui/src/views/network/VpcTiersTab.vue
b/ui/src/views/network/VpcTiersTab.vue
index d36fa9467d6..fb57c4d8685 100644
--- a/ui/src/views/network/VpcTiersTab.vue
+++ b/ui/src/views/network/VpcTiersTab.vue
@@ -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