homeview and platformsview now use layout-unfold1 or layout-unfold2 depending on...
[myslice.git] / plugins / resources_selected / templates / resources_selected.html
1 <div class='resources-selected-spacer'>
2 <table class='resources-selected' id='{{domid}}__table'>
3   <thead class="resources-selected">
4     <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</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></tr>
9 </tfoot>-->
10 </table>
11 </div>
12 <!--not all buttons are expected to work for now, hence the disabled mark-->
13 <button type="button" id="{{domid}}__update"  class="btn btn-default">Update</button>
14 <button type="button" id="{{domid}}__refresh"  class="btn btn-default" disabled>Refresh</button>
15 <button type="button" id="{{domid}}__reset"  class="btn btn-default" disabled>Reset</button>
16 <button type="button" id="{{domid}}__clear_annotations"  class="btn btn-default" disabled>Clear Annotations</button>