Fix missing refresh from add network

reviewed-by: alena
This commit is contained in:
bfederle 2011-12-20 14:47:02 -08:00
parent 3e4547e998
commit 6f7c644cdc
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
data: args.data,
success: function(json) {
args.response.success({
data: { state: 'Allocated' }
data: json.createnetworkresponse.network
});
}
});