diff --git a/ui/scripts/cloud.core.instance.js b/ui/scripts/cloud.core.instance.js
index f6e7cc0e0b0..91eb72e1c48 100644
--- a/ui/scripts/cloud.core.instance.js
+++ b/ui/scripts/cloud.core.instance.js
@@ -1636,7 +1636,8 @@ function vmRouterJSONToTemplate(jsonObj, $template) {
$template.find("#guestipaddress").text(fromdb(jsonObj.guestipaddress));
$template.find("#hostname").text(fromdb(jsonObj.hostname));
$template.find("#networkdomain").text(fromdb(jsonObj.networkdomain));
- $template.find("#account").text(fromdb(jsonObj.account));
+ $template.find("#account").text(fromdb(jsonObj.account));
+ $template.find("#domain").text(fromdb(jsonObj.domain));
setDateField(jsonObj.created, $template.find("#created"));
//***** actions (begin) *****