While we are at it, also throw out the broken progress bar and replace
authorWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 31 Oct 2017 01:26:06 +0000 (21:26 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 31 Oct 2017 01:26:06 +0000 (21:26 -0400)
it with an indication that the workflow is running.

refs #12513

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

apps/workbench/app/views/projects/_show_dashboard.html.erb

index 07a62aed4242a09f8eef529ddff5d2025bbfcbfb..fd58de5c76690963936ad2e353fc6291027fd767 100644 (file)
@@ -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">