Sha256: ee99c5b5dd2b6b5e0808075e47e023af71e6d1c8351e1a5b0d40c3e53e89c82b

Contents?: true

Size: 717 Bytes

Versions: 56

Compression:

Stored size: 717 Bytes

Contents

<% if !@smart_proxy.new_record? && @smart_proxy.features.pluck(:name).include?(SmartProxy::PULP_NODE_FEATURE) -%>
  <div class="tab-pane" id="kt_environments">
    <%= multiple_selects f, :lifecycle_environments, Katello::KTEnvironment.completer_scope(:organization_id => ::Organization.current.try(:id)), @smart_proxy.lifecycle_environment_ids, {:label => _('Lifecycle Environments')}, @smart_proxy.default_capsule? ? {:disabled => :disabled } : {}  %>

    <% if @smart_proxy.default_capsule? %>
      <%= _("Lifecycle environments cannot be modifed on the default Smart proxy.  The content from all Lifecycle Environments will exist on this Smart proxy.") % @smart_proxy.name  %>
    <% end %>
  </div>
<% end -%>

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
katello-3.7.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.8.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.8.0.rc3 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.8.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.7.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.8.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.7.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.7.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.5.2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.6.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.6.0.1.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.6.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.6.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.5.1.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.5.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.5.0.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.5.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.5.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.5.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.4.5 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb