Sha256: 19f60f27b8b39ec414623daa403ba531710b383c681499d836e087d9904d515a

Contents?: true

Size: 812 Bytes

Versions: 68

Compression:

Stored size: 812 Bytes

Contents

<p>
  <%= _("A job '%{job_name}' has %{status} at %{time}") % {
      :job_name => @job.to_s, :status => @job.status_label, :time => date_time_absolute_value(@job.task.ended_at)
  } %>
</p>

<div class="dashboard">
  <table>
    <tr>
      <td width="18%" class="hosts-rows"><b><%= _("Job result") %></b></td>
      <td width="82%" class="hosts-rows"><%= @job.status_label %></td>
    </tr>
    <tr>
      <td width="18%" class="hosts-rows"><b><%= _("Total hosts") %></b></td>
      <td width="82%" class="hosts-rows"><%= @job.total_hosts_count %></td>
    </tr>
    <tr>
      <td width="18%" class="hosts-rows"><b><%= _("Failed hosts") %></b></td>
      <td width="82%" class="hosts-rows"><%= @job.failed_hosts.count %></td>
    </tr>
  </table>
</div>

<%= link_to 'More details', job_invocation_url(@job) %>

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.1 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-14.1.0 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-14.0.2 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-14.0.1 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-13.2.6 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-14.0.0 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-13.2.5 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-13.2.4 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-13.2.3 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-13.2.2 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-12.0.7 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-13.2.1 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-13.2.0 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-10.1.3 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-13.0.0 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-12.0.5 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-12.0.4 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-12.0.1 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-12.0.2 app/views/rex_job_mailer/job_finished.html.erb
foreman_remote_execution-11.1.3 app/views/rex_job_mailer/job_finished.html.erb