20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / work_units / _progress.html.erb
diff --git a/apps/workbench/app/views/work_units/_progress.html.erb b/apps/workbench/app/views/work_units/_progress.html.erb
deleted file mode 100644 (file)
index bfc5100..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% if wu.is_running? %>
-  <% if @object.andand.uuid == wu.uuid and wu.progress == 0.0 %>
-    <span class="label label-<%= wu.state_bootstrap_class %>"> Active </span>
-  <% else%>
-    <div class="progress" style="margin-bottom: 0px">
-      <span class="progress-bar progress-bar-<%= wu.state_bootstrap_class %>" style="width: <%= wu.progress*100 %>%;">
-      </span>
-    </div>
-  <% end %>
-<% else %>
-  <span class="label label-<%= wu.state_bootstrap_class %>"><%= wu.state_label %></span>
-<% end %>