<%=t.t("Created")%>:
diff --git a/ui/scripts/cloud.core.template.js b/ui/scripts/cloud.core.template.js
index cb84923628f..2783dde7256 100644
--- a/ui/scripts/cloud.core.template.js
+++ b/ui/scripts/cloud.core.template.js
@@ -310,6 +310,8 @@ function templateJsonToDetailsTab() {
$thisTab.find("#ostypename").text(fromdb(jsonObj.ostypename));
$thisTab.find("#ostypename_edit").val(jsonObj.ostypeid);
+ $thisTab.find("#hypervisor").text(fromdb(jsonObj.hypervisor));
+
$thisTab.find("#account").text(fromdb(jsonObj.account));
$thisTab.find("#domain").text(fromdb(jsonObj.domain));
setDateField(jsonObj.created, $thisTab.find("#created"));