X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f91bae113a348bb049f6391043f8ba9529def694..d7d1d0f327ddc42d2d06b836863f51e09793894b:/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb b/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb index 9c0f28e08e..2e46581a3f 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb @@ -1,4 +1,4 @@ - <% if @object.state.in? ['Complete', 'Failed', 'Cancelled'] %> + <% if @object.state.in? ['Complete', 'Failed', 'Cancelled', 'Paused'] %> <%= link_to(copy_pipeline_instance_path('id' => @object.uuid, 'script' => "use_latest", "components" => "use_latest", "pipeline_instance[state]" => "RunningOnServer"), class: 'btn btn-primary',