mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 new UI - network page - call fullRefresh after enableStaticNAT, createLoadBalancerRule returns success.
This commit is contained in:
parent
1f8ee8a21f
commit
ce32ab71c1
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue