mirror of https://github.com/apache/cloudstack.git
bug 7257: Pod page - pod node in tree gets updated when right panel is updated. (merge from 2.2.beta1 branch to master branch)
This commit is contained in:
parent
2491e363a1
commit
2e00c539b7
|
|
@ -757,6 +757,7 @@ function doEditPod2($actionLink, $detailsTab, $midmenuItem1, $readonlyFields, $e
|
|||
success: function(json) {
|
||||
var item = json.updatepodresponse.pod;
|
||||
$midmenuItem1.data("jsonObj", item);
|
||||
$midmenuItem1.find("#pod_name").text(item.name);
|
||||
podJsonToRightPanel($midmenuItem1);
|
||||
|
||||
$editFields.hide();
|
||||
|
|
|
|||
Loading…
Reference in New Issue