From ea2c309720610298ba23312290aeb788c80e9dcc Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Mon, 30 Oct 2017 21:26:06 -0400 Subject: [PATCH 1/1] 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 --- .../workbench/app/views/projects/_show_dashboard.html.erb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb index 07a62aed42..fd58de5c76 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 %>
<%= link_to_if_arvados_object p, {friendly_name: true} %>
- <% if wu.is_running? %> -
-
- <% wu.progress %> -
-
- <% else %>
<%=wu.state_label%>
- <% end %>
-- 2.30.2