diff --git a/ui/scripts/cloud.core.iso.js b/ui/scripts/cloud.core.iso.js
index 8b4ace3df95..89f38f8575c 100644
--- a/ui/scripts/cloud.core.iso.js
+++ b/ui/scripts/cloud.core.iso.js
@@ -234,7 +234,8 @@ function isoJsonToDetailsTab() {
$thisTab.find("#displaytext").text(fromdb(jsonObj.displaytext));
$thisTab.find("#displaytext_edit").val(fromdb(jsonObj.displaytext));
- $thisTab.find("#account").text(fromdb(jsonObj.account));
+ $thisTab.find("#account").text(fromdb(jsonObj.account));
+ $thisTab.find("#domain").text(fromdb(jsonObj.domain));
var status = "Ready";
if (jsonObj.isready == "false")
diff --git a/ui/scripts/cloud.core.template.js b/ui/scripts/cloud.core.template.js
index 589c4fc6670..a0c064041c3 100644
--- a/ui/scripts/cloud.core.template.js
+++ b/ui/scripts/cloud.core.template.js
@@ -274,7 +274,7 @@ function templateJsonToDetailsTab() {
$thisTab.find("#ostypename_edit").val(jsonObj.ostypeid);
$thisTab.find("#account").text(fromdb(jsonObj.account));
-
+ $thisTab.find("#domain").text(fromdb(jsonObj.domain));
setDateField(jsonObj.created, $thisTab.find("#created"));
//actions ***