cloudstack 3.0 new UI - network page - call fullRefresh after enableStaticNAT, createLoadBalancerRule returns success.

This commit is contained in:
Jessica Wang 2012-01-24 12:02:46 -08:00
parent 1f8ee8a21f
commit ce32ab71c1
1 changed files with 2 additions and 1 deletions

View File

@ -893,7 +893,7 @@
dataType: 'json',
async: true,
success: function(data) {
args.response.success();
args.response.success({ fullRefresh: true });
},
error: function(data) {
args.response.error(parseXMLHttpResponse(data));
@ -1598,6 +1598,7 @@
async: true,
success: function(data) {
args.response.success({
fullRefresh: true,
_custom: {
jobId: jobID
},