Properly prepopulate realm name on admin page.

Also, don't call it that.

(imported from commit baacd95be5b01373aa9423071ca72d917480e341)
This commit is contained in:
Waseem Daher
2014-02-13 11:20:24 -05:00
parent 044e3ced4f
commit 98737a012e
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ function populate_streams (streams_data) {
}
exports.setup_page = function () {
var admin_tab = templates.render('admin_tab');
var admin_tab = templates.render('admin_tab', {realm_name: page_params.realm_name});
$("#administration").html(admin_tab);
$("#administration-status").hide();