[ARVADOS] updated: d4eead3501dfe0f002e95574b91d835ed792d92e
Git user
git at public.curoverse.com
Fri May 5 15:35:52 EDT 2017
Summary of changes:
apps/workbench/app/views/work_units/_component_detail.html.erb | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
via d4eead3501dfe0f002e95574b91d835ed792d92e (commit)
from 7ea93a3e137a3375daa76073ddbd582deb22141c (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 d4eead3501dfe0f002e95574b91d835ed792d92e
Author: radhika <radhika at curoverse.com>
Date: Fri May 5 15:35:32 2017 -0400
10645: table width 100%
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 6eb2ae9..7570ad2 100644
--- a/apps/workbench/app/views/work_units/_component_detail.html.erb
+++ b/apps/workbench/app/views/work_units/_component_detail.html.erb
@@ -144,7 +144,7 @@
</div>
<div class="col-md-12">
- <table>
+ <table style="width:100%;">
<col width="15%" />
<col width="85%" />
<% [:command].each do |k| %>
@@ -172,8 +172,8 @@
input_obj = mounts.andand[:"/var/lib/cwl/cwl.input.json"].andand[:content]
mnt_inputs = JSON.pretty_generate(input_obj) if input_obj
%>
- <tr>
- <% if mnt_inputs %>
+ <% if mnt_inputs %>
+ <tr>
<td valign="top">
cwl.input.json:
</td>
@@ -190,8 +190,8 @@
<% end %>
</div>
</td>
- <% end %>
- </tr>
+ </tr>
+ <% end %>
</table>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list