Sha256: 94932eb445dd049cfd2e37da1e1dd802d3e378f9f016bb9964fd67a39ac7f039

Contents?: true

Size: 400 Bytes

Versions: 69

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

69 entries across 69 versions & 1 rubygems

Version Path
foreman_remote_execution-9.1.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-8.2.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-8.2.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-9.0.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-9.0.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-8.1.2 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-8.1.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-8.1.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-7.2.2 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-7.2.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-7.2.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.0.8 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-8.0.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-7.1.1 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-7.1.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-7.0.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.0.7 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.0.6 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-6.2.0 app/views/rex_job_mailer/job_finished.text.erb
foreman_remote_execution-5.0.5 app/views/rex_job_mailer/job_finished.text.erb