Timezone:
diff --git a/ui/scripts/cloud.core.account.js b/ui/scripts/cloud.core.account.js
index c2adf2f3b2f..8072b35694c 100644
--- a/ui/scripts/cloud.core.account.js
+++ b/ui/scripts/cloud.core.account.js
@@ -485,6 +485,7 @@ function accountUserJSONToTemplate(jsonObj, $template) {
$template.find("#grid_header_title").text(fromdb(jsonObj.username));
$template.find("#id").text(fromdb(jsonObj.id));
$template.find("#username").text(fromdb(jsonObj.username));
+ $template.find("#state").text(fromdb(jsonObj.state));
$template.find("#apikey").text(fromdb(jsonObj.apikey));
$template.find("#secretkey").text(fromdb(jsonObj.secretkey));
$template.find("#account").text(fromdb(jsonObj.account));