mirror of https://github.com/zulip/zulip.git
bots UI: Make "Add a new bot" tab the third tab instead of the first one.
This commit is contained in:
parent
4340b94a2d
commit
1214505ab7
|
@ -12,9 +12,9 @@
|
|||
</div>
|
||||
|
||||
<ul class="nav nav-tabs nav-justified" id="bots_lists_navbar">
|
||||
<li class="active add-a-new-bot-tab"><a>{{t "Add a new bot" }}</a></li>
|
||||
<li class="active-bots-tab"><a>{{t "Active bots" }}</a></li>
|
||||
<li class="inactive-bots-tab"><a>{{t "Inactive bots" }}</a></li>
|
||||
<li class="active add-a-new-bot-tab"><a>{{t "Add a new bot" }}</a></li>
|
||||
</ul>
|
||||
|
||||
<ol class="bots_list" id="active_bots_list">
|
||||
|
|
Loading…
Reference in New Issue