tweaked resources_selected rendering - removed the +/- column that has no content...
[unfold.git] / plugins / resources_selected / templates / resources_selected.html
index 0d84007..22115d7 100644 (file)
@@ -1,11 +1,11 @@
 <div class='resources-selected-spacer'>
 <table class='display' id='{{domid}}__table'>
   <thead class="resources-selected">
-    <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> <th>+/-</th> </tr>
+    <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> <!--<th>+/-</th>--> </tr>
   </thead>
   <tbody></tbody>
   <tfoot class="resources-selected">
-    <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> <th>+/-</th> </tr>
+    <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> <!--<th>+/-</th>--> </tr>
   </tfoot>
 </table>
 </div>