mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
new UI - IP address - UpdatePortForwardingRule API returns objects in different structure. This is related UI change.
This commit is contained in:
parent
7a3e21b22c
commit
c49078f5b3
@ -912,8 +912,8 @@ function portForwardingJsonToTemplate(jsonObj, $template) {
|
||||
return; //Job has not completed
|
||||
} else {
|
||||
$("body").stopTime(timerKey);
|
||||
if (result.jobstatus == 1) { // Succeeded
|
||||
var item = result.jobresult.updateportforwardingruleresponse;
|
||||
if (result.jobstatus == 1) { // Succeeded
|
||||
var item = result.jobresult.portforwardingrule;
|
||||
portForwardingJsonToTemplate(item,$template);
|
||||
$spinningWheel.hide();
|
||||
$rowContainerEdit.hide();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user