settings: Rename bots_list to active_bots_list.

This commit is contained in:
Harshit Bansal
2017-02-25 20:08:45 +05:30
committed by Tim Abbott
parent 900891b072
commit 876d7bbcdc
4 changed files with 34 additions and 35 deletions

View File

@@ -335,7 +335,7 @@ function render(template_name, args) {
html += '<div id="settings">';
html += '<div id="bot-settings" class="settings-section">';
html += '<div class="bot-settings-form">';
html += '<ol id="bots_list" style="display: block">';
html += '<ol id="active_bots_list" style="display: block">';
var args = {
email: "hamlet@zulip.com",
api_key: "123456ABCD",