2017-02-09 08:10:58 +01:00
|
|
|
<div id="admin-streams-list" class="settings-section" data-name="streams-list-admin">
|
2017-05-09 22:09:31 +02:00
|
|
|
<input type="text" class="search" placeholder="{{t 'Search streams' }}" />
|
|
|
|
<div class="clear-float"></div>
|
2016-10-05 02:50:18 +02:00
|
|
|
|
2017-04-15 05:07:44 +02:00
|
|
|
<div class="side-padded-container">
|
|
|
|
<p class="admin-streams-note">{{#tr this}}Most stream administration is done on the <a href="/#streams">Streams page</a>.{{/tr}}</p>
|
|
|
|
</div>
|
2016-10-05 02:50:18 +02:00
|
|
|
|
2017-04-20 21:49:28 +02:00
|
|
|
<div class="progressive-table-wrapper">
|
|
|
|
<table class="table table-condensed table-striped">
|
|
|
|
<thead>
|
|
|
|
<th>{{t "Name" }}</th>
|
2017-05-11 02:35:18 +02:00
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
2017-04-20 21:49:28 +02:00
|
|
|
</thead>
|
|
|
|
<tbody id="admin_streams_table" class="admin_stream_table"></tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
2017-04-15 05:07:44 +02:00
|
|
|
<div id="admin_page_streams_loading_indicator"></div>
|
2016-10-05 02:50:18 +02:00
|
|
|
</div>
|