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-14.1.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-14.1.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-14.0.2 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-14.0.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-13.2.6 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-14.0.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-13.2.5 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-13.2.4 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-13.2.3 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-13.2.2 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-12.0.7 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-13.2.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-13.2.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-10.1.3 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-13.0.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-12.0.5 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-12.0.4 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-12.0.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-12.0.2 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-11.1.3 app/views/rex_job_mailer/job_finished.text.erb