2017-07-11 11:24:51 +02:00
|
|
|
<div id="admin-bot-list" class="settings-section" data-name="bot-list-admin">
|
2018-01-29 16:10:54 +01:00
|
|
|
<div class="tip bot-settings-tip"></div>
|
2017-05-09 22:09:31 +02:00
|
|
|
<div class="clear-float"></div>
|
2022-03-04 13:06:28 +01:00
|
|
|
|
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
<h3>{{t "Bots"}}</h3>
|
2022-03-20 17:58:28 +01:00
|
|
|
<div class="alert-notification" id="bot-field-status"></div>
|
2022-03-04 13:06:28 +01:00
|
|
|
<input type="text" class="search" placeholder="{{t 'Filter bots' }}" aria-label="{{t 'Filter bots' }}"/>
|
|
|
|
</div>
|
|
|
|
|
2020-04-15 12:22:23 +02:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar>
|
2017-04-20 21:58:12 +02:00
|
|
|
<table class="table table-condensed table-striped wrapped-table">
|
2021-02-23 06:23:24 +01:00
|
|
|
<thead class="table-sticky-headers">
|
2019-08-22 10:33:44 +02:00
|
|
|
<th class="active" data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
|
2020-05-10 14:08:54 +02:00
|
|
|
<th data-sort="email">{{t "Email" }}</th>
|
2022-03-31 08:31:45 +02:00
|
|
|
<th class="user_role" data-sort="role">{{t "Role" }}</th>
|
2019-08-22 06:23:41 +02:00
|
|
|
<th data-sort="bot_owner">{{t "Owner" }}</th>
|
|
|
|
<th data-sort="alphabetic" data-sort-prop="bot_type">{{t "Bot type" }}</th>
|
|
|
|
{{#if is_admin}}
|
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
|
|
{{/if}}
|
|
|
|
</thead>
|
2017-05-12 02:48:53 +02:00
|
|
|
<tbody id="admin_bots_table" class="admin_bot_table required-text thick"
|
2018-04-05 08:38:46 +02:00
|
|
|
data-empty="{{t 'No bots match your current filter.' }}"></tbody>
|
2017-04-20 21:58:12 +02:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div id="admin_page_bots_loading_indicator"></div>
|
2016-10-05 02:49:17 +02:00
|
|
|
</div>
|