Sha256: 7dcc53c4d092bd80f5e80a8d5f87358ae317f4144a71f8a216184effe45561c3

Contents?: true

Size: 1.35 KB

Versions: 57

Compression:

Stored size: 1.35 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][:sync_id] ? @repo_status[repo.id][:start_time] : _('N/A') %>
  </td>
  <td class="duration">
    <%= @repo_status[repo.id][:sync_id] ? @repo_status[repo.id][:duration] : _('N/A') %>
  </td>
  <td class="size" data-size="<%= @repo_status[repo.id][:size] %>">
    <%= @repo_status[repo.id][:sync_id] ? @repo_status[repo.id][:display_size]  : _('N/A')%>
  </td>
  <td class="result">
      <span class="result-info">
        <% if @repo_status[repo.id][:sync_id] %>
          <a href="/foreman_tasks/tasks/<%= @repo_status[repo.id][:sync_id] %>">
            <%= @repo_status[repo.id][:state] %>
          </a>
        <% elsif repo&.latest_sync_audit&.created_at %>
          <%= _("Synced ") + time_ago_in_words(repo&.latest_sync_audit&.created_at) + _(" ago.") %>
        <% else%>
          <%= @repo_status[repo.id][:state] %>
        <% end %>
      </span>
  </td>
  <% if @show_org %>
    <td></td>
  <% end %>
</tr> <!--_repo -->

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
katello-4.14.3 app/views/katello/sync_management/_repo.html.erb
katello-4.14.2 app/views/katello/sync_management/_repo.html.erb
katello-4.15.0 app/views/katello/sync_management/_repo.html.erb
katello-4.15.0.rc2 app/views/katello/sync_management/_repo.html.erb
katello-4.15.0.rc1 app/views/katello/sync_management/_repo.html.erb
katello-4.14.1 app/views/katello/sync_management/_repo.html.erb
katello-4.14.0 app/views/katello/sync_management/_repo.html.erb
katello-4.14.0.rc3 app/views/katello/sync_management/_repo.html.erb
katello-4.14.0.rc2 app/views/katello/sync_management/_repo.html.erb
katello-4.14.0.rc1.1 app/views/katello/sync_management/_repo.html.erb
katello-4.14.0.rc1 app/views/katello/sync_management/_repo.html.erb
katello-4.13.1 app/views/katello/sync_management/_repo.html.erb
katello-4.13.0 app/views/katello/sync_management/_repo.html.erb
katello-4.12.1 app/views/katello/sync_management/_repo.html.erb
katello-4.13.0.rc1 app/views/katello/sync_management/_repo.html.erb
katello-4.12.0 app/views/katello/sync_management/_repo.html.erb
katello-4.12.0.rc3 app/views/katello/sync_management/_repo.html.erb
katello-4.12.0.rc2 app/views/katello/sync_management/_repo.html.erb
katello-4.12.0.rc1 app/views/katello/sync_management/_repo.html.erb
katello-4.11.1 app/views/katello/sync_management/_repo.html.erb