4228: fix arv_normalize input when a file in a subdir of a collection is being combined.
[arvados.git] / apps / workbench / app / assets / javascripts / pipeline_instances.js
index d485bc55249dab0134c6a93f7f4a3fff331a73f5..3c949f4e834a27fe07885e69d6711ae040c85be6 100644 (file)
@@ -114,6 +114,6 @@ showhide_compare();
 
 setInterval(function(){
     if ($('[data-pipeline-state=RunningOnServer],[data-pipeline-state=RunningOnClient]').length > 0) {
-        $('#Components.tab-pane,#Graph.tab-pane').trigger('arv:pane:reload');
+        $('#Components-tab,#Graph-tab,#pipeline-instance-tab-buttons').trigger('arv:pane:reload');
     }
 }, 15000);