Sha256: 302b528b9ee98a893939ce8c4a33fe25a21e35b156a809016895055a12672d49

Contents?: true

Size: 877 Bytes

Versions: 22

Compression:

Stored size: 877 Bytes

Contents

<%= _("%{label} failed.") % { :label => @task.action } %>

<%= _('Smart proxy ID') %>: <%= @smart_proxy.id %>
<%= _('Smart proxy name') %>: <%= @smart_proxy.name %>
<% if @environment %>
<%= _('Environment ID') %>: <%= @environment&.id %>
<%= _('Environment name') %>: <%= @environment&.name %>
<% end %>
<% if @content_view %>
<%= _('Content view ID') %>: <%= @content_view&.id %>
<%= _('Content view name') %>: <%= @content_view&.name %>
<% end %>
<% if @repo %>
<%= _('Repository ID') %>: <%= @repo&.id %>
<%= _('Repository name') %>: <%= @repo&.name %>
<% end %>
<%= _('Task ID') %>: <%= @task.id %>
<%= _('Task state') %>: <%= @task.state %>
<%= _('Task result') %>: <%= @task.result %>
<%= _('Task details') %>: <%= foreman_tasks_task_url(@task) %>

Errors:
<% @task.execution_plan.errors.each do |error| %>
- <%= error.exception_class %>: <%= error.message %>
<% end %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
katello-4.14.2 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.15.0 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.15.0.rc2 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.15.0.rc1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.14.1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.14.0 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.14.0.rc3 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.14.0.rc2 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.14.0.rc1.1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.14.0.rc1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.13.1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.13.0 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.12.1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.13.0.rc1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.12.0 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.12.0.rc3 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.12.0.rc2 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.12.0.rc1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.11.1 app/views/katello/task_mailer/proxy_sync_failure.text.erb
katello-4.11.0 app/views/katello/task_mailer/proxy_sync_failure.text.erb