Sha256: 34696256f6429175108e3584566277ceae01bac96de42b29ffeb76d2864d1171

Contents?: true

Size: 1.17 KB

Versions: 22

Compression:

Stored size: 1.17 KB

Contents

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

<div class="dashboard">
  <table>
    <% if @environment %>
    <tr>
      <td><%= _('Environment') %></td>
      <td><%= link_to @environment.name, "#{katello_url}lifecycle_environments/#{@environment.id}" %></td>
    </tr>
    <% end %>
    <% if @content_view %>
    <tr>
      <td><%= _('Content view') %></td>
      <td><%= link_to @content_view.name, "#{katello_url}content_views/#{@content_view.id}" %></td>
    </tr>
    <% end %>
    <% if @repo %>
    <tr>
      <td><%= _('Repository') %></td>
      <td><%= link_to @repo.name, "#{katello_url}products/#{@repo.product.id}/repositories/#{@repo.id}" %></td>
    </tr>
    <% end %>
    <tr>
      <td><%= _('Task ID') %></td>
      <td><%= link_to @task.id, foreman_tasks_task_url(@task.id) %></td>
    </tr>
    <tr>
      <td><%= _('Task state') %></td>
      <td><%= @task.state %></td>
    </tr>
    <tr>
      <td><%= _('Task result') %></td>
      <td><%= @task.result %></td>
    </tr>
  </table>

  Errors:
  <ul>
  <% @task.execution_plan.errors.each do |error| %>
    <li><%= error.exception_class %>: <%= error.message %></li>
  <% end %>
  </ul>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

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