mirror of https://github.com/zulip/zulip.git
21 lines
887 B
Handlebars
21 lines
887 B
Handlebars
<div id="admin-streams-list" class="settings-section" data-name="streams-list-admin">
|
|
<div class="tip">
|
|
{{#tr this}}Most stream administration is done on the <a href="/#streams">Streams page</a>.{{/tr}}
|
|
</div>
|
|
|
|
<input type="text" class="search" placeholder="{{t 'Filter streams' }}" aria-label="{{t 'Filter streams' }}"/>
|
|
<div class="clear-float"></div>
|
|
|
|
<div class="progressive-table-wrapper">
|
|
<table class="table table-condensed table-striped">
|
|
<thead>
|
|
<th>{{t "Name" }}</th>
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
</thead>
|
|
<tbody id="admin_streams_table" class="admin_stream_table required-text"
|
|
data-empty="{{t 'No streams match your current filter.' }}"></tbody>
|
|
</table>
|
|
</div>
|
|
<div id="admin_page_streams_loading_indicator"></div>
|
|
</div>
|