buttons in the resources selected area are styled by bootstrap
[myslice.git] / plugins / resources_selected / templates / resources_selected.html
1 <table class='display' id='{{domid}}__table'>
2   <thead>
3     <tr>
4       <th>action</th>
5       <th>key</th>
6       <th>value</th>
7       <th>status</th>
8       <th>+/-</th>
9     </tr>
10   </thead>
11   <tbody></tbody>
12 </table>
13 <button type="button" id="{{domid}}__update"  class="btn btn-default">"Update"</button>
14 <button type="button" id="{{domid}}__refresh"  class="btn btn-default">"Refresh"</button>
15 <button type="button" id="{{domid}}__reset"  class="btn btn-default">"Reset"</button>
16 <button type="button" id="{{domid}}__clear_annotations"  class="btn btn-default">"Clear Annotations"</button>
17