Sha256: f87e68a7a9f4ee07993df647dab865a0871dfaa6e6a42d924e77952f45062849

Contents?: true

Size: 717 Bytes

Versions: 20

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

20 entries across 20 versions & 1 rubygems

Version Path
katello-3.2.1.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.2.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.2.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.2.0.rc3 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.2.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.2.0.rc1.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.2.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.1.0.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.1.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.1.0.rc2.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.1.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.0.rc7 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.0.rc5 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.0.rc4 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.0.rc3 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-3.0.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb