mirror of https://github.com/apache/cloudstack.git
ui: list all networks
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
666f752875
commit
ca1e5c1690
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
// Add primary IP as default
|
||||
ipSelection.push({
|
||||
id: -1,
|
||||
id: primaryIp,
|
||||
description: primaryIp + ' (Primary)'
|
||||
});
|
||||
|
||||
|
|
@ -921,7 +921,7 @@
|
|||
|
||||
var oldcidr;
|
||||
$.ajax({
|
||||
url: createURL("listNetworks&id=" + args.context.networks[0].id),
|
||||
url: createURL("listNetworks&id=" + args.context.networks[0].id + "&listAll=true"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue