resource page: column selector info disabled
[unfold.git] / plugins / columns_editor / templates / columns_editor.html
index 1d66e98..57a7831 100644 (file)
@@ -10,7 +10,7 @@ EOF; -->
   <table id='{{domid}}__table' class='query-editor'>
     <thead>
       <tr>
-        <th class='center'>Info</th>
+        <!--<th class='center'>Info</th> -->
         <th class='center'>Field</th>
         <!--
         <th class='center'>Resource</th>
@@ -26,7 +26,7 @@ EOF; -->
     {% for field in fields %}
 
       <tr>
-        <td class='center'><span class='glyphicon glyphicon-chevron-right' style='cursor:pointer'></span></td>
+        <!--<td class='center'><span class='glyphicon glyphicon-chevron-right' style='cursor:pointer'></span></td> -->
         <td class='center'>{{ field.name }}</td>
         <!--
         <td class='center'>{{ field.resource_type }}</td>