:
diff --git a/ui/scripts/cloud.core.host.js b/ui/scripts/cloud.core.host.js
index 9dbea475c20..25ac7f9c8c3 100644
--- a/ui/scripts/cloud.core.host.js
+++ b/ui/scripts/cloud.core.host.js
@@ -127,8 +127,9 @@ function hostJsonToDetailsTab() {
$thisTab.find("#id").text(fromdb(jsonObj.id));
$thisTab.find("#grid_header_title").text(fromdb(jsonObj.name));
- $thisTab.find("#name").text(fromdb(jsonObj.name));
-
+ $thisTab.find("#name").text(fromdb(jsonObj.name));
+ $thisTab.find("#hosttags").text(fromdb(jsonObj.hosttags));
+
setHostStateInRightPanel(fromdb(jsonObj.state), $thisTab.find("#state"));