20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / _pipeline_progress.html.erb
diff --git a/apps/workbench/app/views/application/_pipeline_progress.html.erb b/apps/workbench/app/views/application/_pipeline_progress.html.erb
deleted file mode 100644 (file)
index 7ea2e68..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% component_frac = 1.0 / p.components.length %>
-<div class="progress">
-  <% p.components.each do |k,c| %>
-    <% if c.is_a?(Hash) and c[:job] %>
-      <%= render partial: "job_progress", locals: {:j => c[:job], :scaleby => component_frac } %>
-    <% end %>
-  <% end %>
-</div>