% content_for :body do %>
<%= naf_table_title %>
<%= render partial: 'naf/shared/select_per_page' %>
<% unless notice.blank? %>
<% end %>
<% if flash[:error] -%>
<% end -%>
<%= button_to "Wind Down All Runners",
{ controller: :machine_runner_invocations, action: 'wind_down_all' },
{ method: :get, class: 'wind-bttn' } %>
Id |
Runner Started At |
Server Name |
Runner Cwd |
Runner Invocation Id |
Runner Pid |
Runner Invocation Status |
Jobs Running |
Action |
<% content_for :javascripts do %>
<%= javascript_include_tag("dataTablesTemplates/machine_runners.js") %>
<% end %>
<% end %>
<%= render partial: 'naf/shared/application' %>