Sha256: bcdf9a40c7ca2dfb5900bd6c2af2bf6c7030a287f4fb0736c367fa10d1313b4c

Contents?: true

Size: 1.55 KB

Versions: 101

Compression:

Stored size: 1.55 KB

Contents

<tr class="<%= parent_set_class(parent_set) %>  <%= cycle_class %>" id="<%= repo_id(repo) %>" data-product_id="<%= repo.product.id %>" data-id="<%= repo.id %>">
  <td class="one-line-ellipsis">
    <%= check_box_tag "repoids[]", repo.id, false, :id=>"input_repo_#{repo.id}", :class=>"fl" %>
    <label class="fl" for="input_repoa_<%= repo.id %>">
      <%= repo.name %>
    </label>
  </td>
  <td class="start_time">
    <%= @repo_status[repo.id][:start_time] %>
  </td>
  <td class="duration">
    <%= @repo_status[repo.id][:duration] %>
  </td>
  <td class="size" data-size="<%= @repo_status[repo.id][:size] %>">
    <%= @repo_status[repo.id][:display_size] %>
  </td>
  <td class="result">
    <span class="result-info">
      <a href="/foreman_tasks/tasks/<%= @repo_status[repo.id][:sync_id] %>">
        <%= @repo_status[repo.id][:state] %>
      </a>
    </span>
    <a class="info-tipsy clickable fa fa-warning <%= 'hidden' if @repo_status[repo.id][:raw_state] != 'error' %>"
       href="/foreman_tasks/tasks/<%= @repo_status[repo.id][:sync_id] %>">
      <span class="hidden-text hidden">
        <div class="la error-tipsy">
          <ul>
            <% if @repo_status[repo.id][:error_details].present? && error_state?(@repo_status[repo.id]) %>
              <% @repo_status[repo.id][:error_details][:messages].each do |error| %>
                <li>
                  <%= error %>
                </li>
              <% end %>
            <% end %>
          </ul>
        </div>
      </span>
    </a>
  </td>
  <% if @show_org %>
    <td></td>
  <% end %>
</tr> <!--_repo -->

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
katello-4.0.2 app/views/katello/sync_management/_repo.html.erb
katello-4.1.2 app/views/katello/sync_management/_repo.html.erb
katello-3.18.4 app/views/katello/sync_management/_repo.html.erb
katello-4.1.1 app/views/katello/sync_management/_repo.html.erb
katello-4.1.0 app/views/katello/sync_management/_repo.html.erb
katello-4.0.1.2 app/views/katello/sync_management/_repo.html.erb
katello-3.18.3.1 app/views/katello/sync_management/_repo.html.erb
katello-4.1.0.rc2.2 app/views/katello/sync_management/_repo.html.erb
katello-4.1.0.rc2.1 app/views/katello/sync_management/_repo.html.erb
katello-4.0.1.1 app/views/katello/sync_management/_repo.html.erb
katello-3.18.3 app/views/katello/sync_management/_repo.html.erb
katello-4.1.0.rc2 app/views/katello/sync_management/_repo.html.erb
katello-4.0.1 app/views/katello/sync_management/_repo.html.erb
katello-4.1.0.rc1.1 app/views/katello/sync_management/_repo.html.erb
katello-4.1.0.rc1 app/views/katello/sync_management/_repo.html.erb
katello-4.0.0 app/views/katello/sync_management/_repo.html.erb
katello-4.0.0.rc3.1 app/views/katello/sync_management/_repo.html.erb
katello-4.0.0.rc3 app/views/katello/sync_management/_repo.html.erb
katello-3.18.2.1 app/views/katello/sync_management/_repo.html.erb
katello-3.18.2 app/views/katello/sync_management/_repo.html.erb