diff --git a/ui/jsp/iso.jsp b/ui/jsp/iso.jsp index f699f8975b4..fe84bc9cb5a 100644 --- a/ui/jsp/iso.jsp +++ b/ui/jsp/iso.jsp @@ -161,6 +161,16 @@
+ +
+
+
+ <%=t.t("Domain")%>:
+
+
+
+
+
diff --git a/ui/jsp/template.jsp b/ui/jsp/template.jsp index 3211de19e5a..a3e2d13cefe 100644 --- a/ui/jsp/template.jsp +++ b/ui/jsp/template.jsp @@ -193,6 +193,16 @@
+
+
+
+ <%=t.t("Domain")%>:
+
+
+
+
+
+
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 ***