[ARVADOS] updated: 75a76c083c8f257c33ad31582aac7a86bc866bb5
Git user
git at public.curoverse.com
Mon May 8 15:15:01 EDT 2017
Summary of changes:
apps/workbench/app/views/work_units/_component_detail.html.erb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 75a76c083c8f257c33ad31582aac7a86bc866bb5 (commit)
from aa6a63fb550222ecb8353585ab7e19a2c1d261e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 75a76c083c8f257c33ad31582aac7a86bc866bb5
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon May 8 15:14:58 2017 -0400
10645: Tweak so that left column is col-md-6 (instead of col-md-5). Also tweak
full width part to be col-md-12. Move "priority" back to right hand column.
diff --git a/apps/workbench/app/views/work_units/_component_detail.html.erb b/apps/workbench/app/views/work_units/_component_detail.html.erb
index 1204e98..f128bbd 100644
--- a/apps/workbench/app/views/work_units/_component_detail.html.erb
+++ b/apps/workbench/app/views/work_units/_component_detail.html.erb
@@ -10,12 +10,12 @@
<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">
@@ -143,7 +143,7 @@
</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%" />
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list