<%= link_to job.name, host_job_path(@host, job) %> <%= job.job_type %> <%= link_to job.fileset.name, '#', data: { toggle: 'modal', target: ".js-fileset-#{job.fileset_id}:first"} %> <%= link_to job.schedule_human, '#', data: { toggle: 'modal', target: ".js-schedule-#{job.schedule_id}:first"} %> <%= job.client_before_run_file %> <%= job.client_after_run_file %> <% if job.enabled? %> <%= button_or_disabled(@host.blocked?, 'Disable', toggle_enable_host_job_path(@host, job), method: :patch, class: "btn btn-warning", role: "button") %> <% else %> <%= button_or_disabled(@host.blocked?, 'Enable', toggle_enable_host_job_path(@host, job), method: :patch, class: "btn btn-info", role: "button") %> <% end %>