10645: Tweak so that left column is col-md-6 (instead of col-md-5). Also tweak
[arvados.git] / apps / workbench / app / views / work_units / _component_detail.html.erb
index 1204e9807db2231e79d673fef32d64b548230c9c..f128bbdf517c344e9292de257ae1ea7f68caed70 100644 (file)
 
       <div class="container">
         <div class="row">
-          <div class="col-md-5">
+          <div class="col-md-6" style="overflow-x: auto">
             <% if current_obj.uuid.nil? %>
               No <%= current_obj.title %> has been submitted yet.
             <% else %>
             <table class="table table-condensed">
-              <% keys = [:uuid, :modified_by_user_uuid, :created_at, :started_at, :finished_at, :container_uuid, :priority] %>
+              <% keys = [:uuid, :modified_by_user_uuid, :created_at, :started_at, :finished_at, :container_uuid] %>
               <% keys << :log_collection if @object.uuid != current_obj.uuid %>
               <% keys << :outputs %>
               <% keys.each do |k| %>
@@ -68,7 +68,7 @@
                  repo = nil unless repo.andand.http_fetch_url
                  %>
               <% [:script, :repository, :script_version, :supplied_script_version, :nondeterministic,
-                  :runtime_constraints, :requesting_container_uuid].each do |k| %>
+                  :priority, :runtime_constraints, :requesting_container_uuid].each do |k| %>
                 <% val = current_obj.send(k) if current_obj.respond_to?(k) %>
                 <% if val %>
                 <tr valign="top">
             </table>
           </div>
 
-          <div class="col-md-11">
+          <div class="col-md-12">
             <table class="table table-condensed" style="table-layout:fixed;">
               <col width="15%" />
               <col width="85%" />