mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - network page - Guest Network section - list all networks including VPC and non-VPC ones.
This commit is contained in:
parent
86bbba39cd
commit
9c36ba1ac4
|
|
@ -344,9 +344,7 @@
|
|||
async: false,
|
||||
success: function(data) {
|
||||
args.response.success({
|
||||
data: $.grep(data.listnetworksresponse.network, function(item) {
|
||||
return (item.vpcid == null);
|
||||
})
|
||||
data: data.listnetworksresponse.network
|
||||
});
|
||||
},
|
||||
error: function(data) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue