Sha256: c9f5ef80be921710f03e43e45729a53193121531b42e365c2d31526c6de3ded6

Contents?: true

Size: 1.98 KB

Versions: 19

Compression:

Stored size: 1.98 KB

Contents

<%= javascript "katello/containers/container.js" %>
<%= stylesheet "katello/containers/container" %>
<div>
  <div class="form-group">
    <%= hidden_field_tag :katello, true %>
    <% if Organization.current -%>
      <%= hidden_field_tag :organization_id, Organization.current.id%>
    <% else -%>
      <div>
        <%= select_organizations(f) -%>
      </div>
    <% end -%>
    <div id="container_lifecycle_environments">
      <%= select_container_life_cycle_environments(f) -%>
      <span id="no_content_views" class="hide"> <%= _("Selected lifecycle environment has no content views. Please choose a different life cycle environment.")-%></span>
       <span id="error_environments" class="hide"> <%= _("Unable to fetch any life cycle environments. Please try again.")-%></span>
    </div>
    <div  id="container_content_views">
      <%= select_container_content_views(f) -%>
      <span id="no_repositories" class="hide"> <%= _("Selected content view has no repositories with Docker manifests. Please choose a different content view or life cycle environment.")-%></span>
        <span id="error_content_views" class="hide"> <%= _("Unable to fetch content views. Please try again.")-%></span>
    </div>
    <div id="container_content_view_repos">
      <%= select_container_cv_repositories(f) -%>
      <span id="error_repositories" class="hide"> <%= _("Unable to fetch any repositories. Please try again.")-%></span>
    </div>
    <div id="container_content_view_repo_tags">
      <%= select_container_cv_tags(f) -%>
      <span id="error_tags" class="hide"> <%= _("Unable to fetch any tags. Please try again.")-%></span>
    </div>
    <div>
      <%= select_container_capsule(f) -%>
      <span id="no_capsules" class="hide"> <%= _("Selected organization has no smart proxies with Pulp or Pulp Node features. Please choose a different organization.")-%></span>
      <span id="error_capsules" class="hide"> <%= _("Unable to fetch any smart proxies. Please try again.")-%></span>
    </div>

  </div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
katello-3.5.0.rc2 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.5.0.rc1 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.5 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.4 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.2 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.1 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.0.2 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.0.1 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.3.2 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.0 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.0.rc2 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.4.0.rc1 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.3.1.1 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.3.1 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.3.0.1 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.3.0 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.3.0.rc2 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.3.0.rc1.1 app/views/foreman_docker/containers/steps/_katello_container.html.erb
katello-3.3.0.rc1 app/views/foreman_docker/containers/steps/_katello_container.html.erb