mirror of https://github.com/apache/cloudstack.git
bug 11441: cloudStack - host page - Edit Host - fix a bug that hosttags editing field didn't get refresh when clicking different hosts in middle menu.
This commit is contained in:
parent
98badf8f8c
commit
783575de29
|
|
@ -147,6 +147,7 @@ function hostJsonToDetailsTab() {
|
|||
$thisTab.find("#grid_header_title").text(fromdb(jsonObj.name));
|
||||
$thisTab.find("#name").text(fromdb(jsonObj.name));
|
||||
$thisTab.find("#hosttags").text(fromdb(jsonObj.hosttags));
|
||||
$thisTab.find("#hosttags_edit").val(fromdb(jsonObj.hosttags));
|
||||
|
||||
setHostStateInRightPanel(fromdb(jsonObj.state), $thisTab.find("#state"));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue