4084: Added tests for auto-refresh of pipeline instance, job, and dashboard pages.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components.html.erb
index 94823a29eb6fa9a401357165b377ae2f9655207a..71cee7796b836cb4dba4b6db32ddd79cfcb2cb2a 100644 (file)
@@ -1,15 +1,5 @@
 <% if !@object.state.in? ['New', 'Ready'] %>
 
-  <div class="pull-right" style="padding-left: 1em">
-    Current state: <span class="badge badge-info" data-pipeline-state="<%= @object.state %>">
-      <% if @object.state == "RunningOnServer" %>
-        Active
-      <% else %>
-        <%= @object.state %>
-      <% end %>
-    </span>&nbsp;
-  </div>
-
 <% job_uuids = @object.components.map { |k,j| j[:job].andand[:uuid] }.compact %>
 
 <div id="pipeline-instance-components"