mirror of
https://github.com/apache/cloudstack
synced 2026-08-29 16:44:23 +00:00
Fix missing refresh from add network
reviewed-by: alena
This commit is contained in:
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
Block a user