mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Properly prepopulate realm name on admin page.
Also, don't call it that. (imported from commit baacd95be5b01373aa9423071ca72d917480e341)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user