diff --git a/ui/jsp/network.jsp b/ui/jsp/network.jsp index 0c435d1b596..ceebc5e5936 100644 --- a/ui/jsp/network.jsp +++ b/ui/jsp/network.jsp @@ -625,7 +625,27 @@
- + +
+
+
+ Domain:
+
+
+
+
+
+
+
+
+
+ Account:
+
+
+
+
+
+
diff --git a/ui/scripts/cloud.core.network.js b/ui/scripts/cloud.core.network.js index e2757fce5de..25fd3e7dcbd 100644 --- a/ui/scripts/cloud.core.network.js +++ b/ui/scripts/cloud.core.network.js @@ -216,7 +216,9 @@ function publicNetworkIprangeJsonToTemplate(jsonObj, $template) { $template.find("#vlan").text(jsonObj.vlan); $template.find("#gateway").text(jsonObj.gateway); $template.find("#netmask").text(jsonObj.netmask); - $template.find("#iprange").text(ipRange); + $template.find("#iprange").text(ipRange); + $template.find("#domain").text(jsonObj.domain); + $template.find("#account").text(jsonObj.account); var $actionLink = $template.find("#iprange_action_link"); $actionLink.bind("mouseover", function(event) {