Sha256: 94932eb445dd049cfd2e37da1e1dd802d3e378f9f016bb9964fd67a39ac7f039

Contents?: true

Size: 400 Bytes

Versions: 68

Compression:

Stored size: 400 Bytes

Contents

<%= _("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)
} %>

<%= _('Job result') %>: <%= @job.status_label %>
<%= _('Total hosts') %>: <%= @job.total_hosts_count %>
<%= _('Failed hosts') %>: <%= @job.failed_hosts.count %>

<%= _('See more details at %s') % job_invocation_url(@job) %>

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
foreman_remote_execution-5.0.4 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.0.3 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-6.0.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.0.2 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.1.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.0.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.0.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-4.8.0 app/views/rex_job_mailer/job_finished.text.erb