<% @jobs.each do |job| %> <% enabled = !@disabled[job.to_s] %> <% enabled_str = enabled ? 'disable' : 'enable' -%> <% last_run = @last_runs[job.to_s] %> "> <% end %>
Job Scheduled Last Run Next Run Action
<%= h(job) %> <% if job.every %> every <%= job.every %> <% end %> <% if job.at %> at <%= job.at %> <% end %> <%= relative_time(last_run ? Time.at(last_run.to_i) : nil) %> <%= relative_time(job.next_at) %>
<%= csrf_tag %>

Hosts

<%= product_version -%>