4084: Fix wrong state name: jobs are Running, pipelines are RunningOn[...].
authorTom Clegg <tom@curoverse.com>
Thu, 6 Nov 2014 16:12:58 +0000 (11:12 -0500)
committerTom Clegg <tom@curoverse.com>
Thu, 6 Nov 2014 16:12:58 +0000 (11:12 -0500)
apps/workbench/app/views/pipeline_instances/_show_components.html.erb

index 82f18e7c494dc4a327ebbf5fe38addf965aa16e6..7735997748389e1d3fa68713dc53c39626b961bf 100644 (file)
@@ -2,7 +2,7 @@
 
   <%
      job_uuids = @object.components.map { |k,j| j.is_a? Hash and j[:job].andand[:uuid] }.compact
-     throttle = @object.state == 'Running' ? 5000 : 15000
+     throttle = @object.state.start_with?('Running') ? 5000 : 15000
      %>
   <div class="arv-log-refresh-control"
        data-load-throttle="<%= throttle %>"