FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

CLOUDSTACK-3121: UI > VPC dashboard - fix a bug that showed wrong cou… · kwanggithub/cloudstack@6fdd0ee · GitHub

This repository was archived by the owner on Jan 15, 2020. It is now read-only.
/ cloudstack Public archive
forked from apache/cloudstack

Commit 6fdd0ee

Browse files
Jessica Wang
committed
CLOUDSTACK-3121: UI > VPC dashboard - fix a bug that showed wrong count number of private gateways.
1 parent 774141a commit 6fdd0ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎ui/scripts/vpc.js‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3453,7 +3453,10 @@
34533453
$.ajax({
34543454
url: createURL('listPrivateGateways'),
34553455
async: false,
3456-
data: { 'vpcid': args.context.vpc[0].id },
3456+
data: {
3457+
'vpcid': args.context.vpc[0].id,
3458+
listAll: true
3459+
},
34573460
success: function(json) {
34583461
privateGateways = json.listprivategatewaysresponse;
34593462
},

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL