mirror of https://github.com/apache/cloudstack.git
parent
3e4547e998
commit
6f7c644cdc
|
|
@ -165,7 +165,7 @@
|
|||
data: args.data,
|
||||
success: function(json) {
|
||||
args.response.success({
|
||||
data: { state: 'Allocated' }
|
||||
data: json.createnetworkresponse.network
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue