diff --git a/app/views/execution_environments/index.html.slim b/app/views/execution_environments/index.html.slim index a78fd684..60c52d0f 100644 --- a/app/views/execution_environments/index.html.slim +++ b/app/views/execution_environments/index.html.slim @@ -1,7 +1,7 @@ h1.d-inline-block = ExecutionEnvironment.model_name.human(count: 2) - if Runner.management_active? - = button_to( { action: :sync_all_to_runner_management, method: :post }, { form_class: 'float-right mb-2', class: 'btn btn-success' }) + = button_to( { action: :sync_all_to_runner_management }, { form_class: 'float-right mb-2', class: 'btn btn-success' }) i.fa.fa-upload = t('execution_environments.index.synchronize_all.button')