[ARVADOS] updated: 4f05fc9a3c962aa4f03a7750fd4e7dd5c93403b5
Git user
git at public.curoverse.com
Tue Aug 29 21:10:18 EDT 2017
Summary of changes:
apps/workbench/app/views/pipeline_instances/_running_component.html.erb | 2 +-
apps/workbench/app/views/work_units/_component_detail.html.erb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 4f05fc9a3c962aa4f03a7750fd4e7dd5c93403b5 (commit)
from dc48034431f11084e0484166292953d56e769afd (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 4f05fc9a3c962aa4f03a7750fd4e7dd5c93403b5
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Tue Aug 29 21:09:04 2017 -0400
Workbench: when showing the detail for script_parameters in the pipeline
instance or work unit view, do not limit that field to half the screen
for no reason.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb
index 1587044..10030e5 100644
--- a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb
@@ -193,7 +193,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
</div>
</div>
<div class="row">
- <div class="col-md-6">
+ <div class="col-md-12">
<p>script_parameters:</p>
<pre><%= JSON.pretty_generate(current_component[:script_parameters]) rescue nil %></pre>
</div>
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 3271bf9..20e3d4d 100644
--- a/apps/workbench/app/views/work_units/_component_detail.html.erb
+++ b/apps/workbench/app/views/work_units/_component_detail.html.erb
@@ -211,7 +211,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
<% if current_obj.parameters and !current_obj.parameters.empty? %>
<div class="row">
- <div class="col-md-6">
+ <div class="col-md-12">
<p>script_parameters:</p>
<pre><%= JSON.pretty_generate(current_obj.parameters) rescue nil %></pre>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list