resource page: column selector info disabled
authorYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 24 Jul 2014 12:48:15 +0000 (14:48 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 24 Jul 2014 12:48:15 +0000 (14:48 +0200)
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>