| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3330,7 +3330,7 @@ | |||
| 3330 | 3330 | ||
| 3331 | 3331 | // Get internal load balancers | |
| 3332 | 3332 | $.ajax({ | |
| 3333 | - url: createURL('listLoadBalancers'), | ||
| 3333 | + url: createURL('listLoadBalancers&listAll=true'), | ||
| 3334 | 3334 | async: false, | |
| 3335 | 3335 | data: { networkid: tier.id }, | |
| 3336 | 3336 | success: function(json) { | |
@@ -3343,7 +3343,7 @@ | |||
| 3343 | 3343 | ||
| 3344 | 3344 | // Get Public LB IPs | |
| 3345 | 3345 | $.ajax({ | |
| 3346 | - url: createURL('listPublicIpAddresses'), | ||
| 3346 | + url: createURL('listPublicIpAddresses&listAll=true'), | ||
| 3347 | 3347 | async: false, | |
| 3348 | 3348 | data: { networkid: tier.id, forloadbalancing: true }, | |
| 3349 | 3349 | success: function(json) { | |
@@ -3356,7 +3356,7 @@ | |||
| 3356 | 3356 | ||
| 3357 | 3357 | // Get static NAT IPs | |
| 3358 | 3358 | $.ajax({ | |
| 3359 | - url: createURL('listPublicIpAddresses'), | ||
| 3359 | + url: createURL('listPublicIpAddresses&listAll=true'), | ||
| 3360 | 3360 | async: false, | |
| 3361 | 3361 | data: { networkid: tier.id, isstaticnat: true }, | |
| 3362 | 3362 | success: function(json) { | |
@@ -3369,7 +3369,7 @@ | |||
| 3369 | 3369 | ||
| 3370 | 3370 | // Get VMs | |
| 3371 | 3371 | $.ajax({ | |
| 3372 | - url: createURL('listVirtualMachines'), | ||
| 3372 | + url: createURL('listVirtualMachines&listAll=true'), | ||
| 3373 | 3373 | async: false, | |
| 3374 | 3374 | data: { networkid: tier.id }, | |
| 3375 | 3375 | success: function(json) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments