22115d7a0e4fdd077dffc2e07d74c37b8e46e22d
[myslice.git] / plugins / resources_selected / templates / resources_selected.html
1 <div class='resources-selected-spacer'>
2 <table class='display' id='{{domid}}__table'>
3   <thead class="resources-selected">
4     <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> <!--<th>+/-</th>--> </tr>
5   </thead>
6   <tbody></tbody>
7   <tfoot class="resources-selected">
8     <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> <!--<th>+/-</th>--> </tr>
9   </tfoot>
10 </table>
11 </div>
12 <button type="button" id="{{domid}}__update"  class="btn btn-default">Update</button>
13 <button type="button" id="{{domid}}__refresh"  class="btn btn-default">Refresh</button>
14 <button type="button" id="{{domid}}__reset"  class="btn btn-default">Reset</button>
15 <button type="button" id="{{domid}}__clear_annotations"  class="btn btn-default">Clear Annotations</button>