Sha256: 70c59878d187bc242497962053bd7ea77dd64a6e8aadf77ab02753b03837c833

Contents?: true

Size: 907 Bytes

Versions: 22

Compression:

Stored size: 907 Bytes

Contents

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

<div class="dashboard">
  <table>
    <tr>
      <td><%= _('Repository') %></td>
      <td><%= link_to @repo.label, "#{katello_url}products/#{@repo.product.id}/repositories/#{@repo.id}" %></td>
    </tr>
    <tr>
      <td><%= _('Product') %></td>
      <td><%= link_to @repo.product.label, "#{katello_url}products/#{@repo.product.id}" %></td>
    </tr>
    <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/repo_sync_failure.html.erb
katello-4.15.0 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.15.0.rc2 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.15.0.rc1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.14.1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.14.0 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.14.0.rc3 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.14.0.rc2 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.14.0.rc1.1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.14.0.rc1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.13.1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.13.0 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.12.1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.13.0.rc1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.12.0 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.12.0.rc3 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.12.0.rc2 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.12.0.rc1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.11.1 app/views/katello/task_mailer/repo_sync_failure.html.erb
katello-4.11.0 app/views/katello/task_mailer/repo_sync_failure.html.erb