Sha256: ea11245760f6b702896a1638c99837a384faba8917b7185aca8d734cc3459765

Contents?: true

Size: 641 Bytes

Versions: 69

Compression:

Stored size: 641 Bytes

Contents

<div class="row">
  <h3><%= _('Pulpcore') %></h3>
</div>
<%= show_feature_version('pulpcore') %>
<div class="row">
  <div class="col-md-4">
    <strong><%= _('Supported Content Types') %></strong>
  </div>
  <div class="col-md-8">
    <ul style="list-style-type: none; padding: 0">
    <% @smart_proxy.supported_pulp_types[:pulp3][:supported_types].each do |content_type| %>
      <li><%= content_type %></li>
    <% end %>
    <% @smart_proxy.supported_pulp_types[:pulp3][:overriden_to_pulp2].each do |content_type| %>
      <li><%= content_type + " (supported, but overridden to use Pulp 2)" %></li>
    <% end %>
    </ul>
  </div>
</div>

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
katello-4.1.4 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.0.3 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-3.18.5 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.3 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.0.2.1 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.2.1 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.0.2 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.2 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-3.18.4 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.1 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.0 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.0.1.2 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-3.18.3.1 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.0.rc2.2 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.0.rc2.1 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.0.1.1 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-3.18.3 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.0.rc2 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.0.1 app/views/smart_proxies/plugins/_pulpcore.html.erb
katello-4.1.0.rc1.1 app/views/smart_proxies/plugins/_pulpcore.html.erb