mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
bug 7257: Zone page - zone 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
b6ce75a8c1
commit
2491e363a1
@ -875,6 +875,7 @@ function doEditZone2($actionLink, $detailsTab, $midmenuItem1, $readonlyFields, $
|
||||
success: function(json) {
|
||||
var item = json.updatezoneresponse.zone;
|
||||
$midmenuItem1.data("jsonObj", item);
|
||||
$midmenuItem1.find("#zone_name").text(item.name);
|
||||
zoneJsonToRightPanel($midmenuItem1);
|
||||
|
||||
$editFields.hide();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user