[ARVADOS] updated: 1.1.0-40-gea2c309
Git user
git at public.curoverse.com
Mon Oct 30 21:26:34 EDT 2017
Summary of changes:
apps/workbench/app/views/projects/_show_dashboard.html.erb | 8 --------
1 file changed, 8 deletions(-)
via ea2c309720610298ba23312290aeb788c80e9dcc (commit)
from cd45d6a3f9e3298cbab3d0f2ba655d7a9d0034d5 (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 ea2c309720610298ba23312290aeb788c80e9dcc
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Mon Oct 30 21:26:06 2017 -0400
While we are at it, also throw out the broken progress bar and replace
it with an indication that the workflow is running.
refs #12513
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb
index 07a62ae..fd58de5 100644
--- a/apps/workbench/app/views/projects/_show_dashboard.html.erb
+++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb
@@ -130,17 +130,9 @@ SPDX-License-Identifier: AGPL-3.0 %>
<div class="col-md-6">
<%= link_to_if_arvados_object p, {friendly_name: true} %>
</div>
- <% if wu.is_running? %>
- <div class="col-md-6">
- <div class="progress" style="margin-bottom: 0px">
- <% wu.progress %>
- </div>
- </div>
- <% else %>
<div class="col-md-2">
<span class="label label-<%=wu.state_bootstrap_class%>"><%=wu.state_label%></span>
</div>
- <% end %>
</div>
<div class="clearfix">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list