Merge branch 'master' into 3112-report-bug
[arvados.git] / apps / workbench / app / views / projects / _show_tab_contents.html.erb
index c9c4dc06d1e41062571de3e31629e02ad23203a8..8ea2e6cc181ac893ea6a4a02d967336d2d1538d0 100644 (file)
@@ -14,7 +14,8 @@
                   'data-selection-param-name' => 'item_uuids[]',
                   'data-selection-action' => 'remove',
                   'data-remote' => true,
-                  'method' => 'delete'
+                  'method' => 'delete',
+                  'data-toggle' => 'dropdown'
             %></li>
                  <li><%= link_to "Move selected", '#',
                          'data-href' => choose_projects_path(
     </div>
   </div>
 
-  <table class="table table-condensed table-fixedlayout arv-index arv-project-<%= tab_pane %>" style="overflow-x: hidden">
+  <table class="table table-condensed arv-index arv-project-<%= tab_pane %>">
     <colgroup>
-      <col width="40%" />
-      <col width="60%" />
+      <col width="0*" style="max-width: fit-content;" />
+      <col width="0*" style="max-width: fit-content;" />
+      <col width="0*" style="max-width: fit-content;" />
+      <col width="60%" style="width: 60%;" />
+      <col width="40%" style="width: 40%;" />
     </colgroup>
     <tbody data-infinite-scroller="#<%= tab_pane %>-scroll" data-infinite-content-href="<%= url_for partial: :contents_rows, filters: filters.to_json %>">
     </tbody>
     <thead>
       <tr>
-        <th>
-        </th>
-        <th>
-          description
-        </th>
+        <th></th>
+        <th></th>
+        <th></th>
+        <th>name</th>
+        <th>description</th>
       </tr>
     </thead>
   </table>