mirror of https://github.com/apache/cloudstack.git
bug 7297: related UI change for change of 3 portForwarding API. (merge from 2.2.beta1 branch to master branch)
This commit is contained in:
parent
bf92a20432
commit
bd7f5e1bcf
|
|
@ -968,7 +968,7 @@ function portForwardingJsonToTemplate(jsonObj, $template) {
|
|||
$template.find("#row_container #protocol").text(fromdb(jsonObj.protocol));
|
||||
$template.find("#row_container_edit #protocol").text(fromdb(jsonObj.protocol));
|
||||
|
||||
var vmName = getVmName(jsonObj.vmname, jsonObj.vmdisplayname); //jsonObj doesn't include vmdisplayname property(incorrect). Waiting for Bug 7189 to be fixed....
|
||||
var vmName = getVmName(jsonObj.virtualmachinename, jsonObj.virtualmachinedisplayname);
|
||||
$template.find("#row_container #vm_name").text(vmName);
|
||||
var virtualMachineId = noNull(jsonObj.virtualmachineid);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue