Sha256: ad1b569355dee3cc7303519a0143d76fcceb2a44dfc2383a9cbc9ecd0c310709

Contents?: true

Size: 1.24 KB

Versions: 15

Compression:

Stored size: 1.24 KB

Contents

<%= javascript 'katello/providers/redhat' %>

<div id="redhat_provider">
  <div class="col-sm-12">
    <div class="alert alert-info">
      <%= _('Expand each Red Hat Product below to examine the different repository sets available.  When enabling a repository set, the different repositories within are discovered and may be enabled individually.') %>
   </div>

  <div class="grid_16">
    <div id="providers">
      <input id="panel_element_id" name="<%= @provider.id %>" type="hidden" value="<%= @provider.name.to_s + '_' + @provider.id.to_s %>" />
      <div id=provider">
        <h4><%= _("Enable Red Hat Repositories") %></h4>
      </div>

  <% if @provider.products.empty? %>
    <div>
      <%= _("No Red Hat products currently exist, please import a manifest <a href='/subscriptions/manifest/import' data-no-turbolink='true'>here</a> to receive Red Hat content.").html_safe %>
    </div>
  <% else %>
    <% tabs = redhat_repo_tabs %>
    <div id="content_tabs" class="grid_16">
      <ul>
        <% for tab in tabs %>
          <li>
            <a href="<%= redhat_provider_tab_providers_path({:tab => tab[:id]}) %>">
              <%= tab[:name] %>
            </a>
          </li>
        <% end %>
      </ul>
    </div>
  <% end %>
 </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
katello-3.3.2 app/views/katello/providers/redhat/show.html.erb
katello-3.3.1.1 app/views/katello/providers/redhat/show.html.erb
katello-3.3.1 app/views/katello/providers/redhat/show.html.erb
katello-3.3.0.1 app/views/katello/providers/redhat/show.html.erb
katello-3.3.0 app/views/katello/providers/redhat/show.html.erb
katello-3.3.0.rc2 app/views/katello/providers/redhat/show.html.erb
katello-3.3.0.rc1.1 app/views/katello/providers/redhat/show.html.erb
katello-3.3.0.rc1 app/views/katello/providers/redhat/show.html.erb
katello-3.2.1.1 app/views/katello/providers/redhat/show.html.erb
katello-3.2.1 app/views/katello/providers/redhat/show.html.erb
katello-3.2.0 app/views/katello/providers/redhat/show.html.erb
katello-3.2.0.rc3 app/views/katello/providers/redhat/show.html.erb
katello-3.2.0.rc2 app/views/katello/providers/redhat/show.html.erb
katello-3.2.0.rc1.1 app/views/katello/providers/redhat/show.html.erb
katello-3.2.0.rc1 app/views/katello/providers/redhat/show.html.erb