Sha256: ab4a81222323c33ae9540bc31d761ae8068042819221e1cab63e1e4fc96183d9

Contents?: true

Size: 668 Bytes

Versions: 99

Compression:

Stored size: 668 Bytes

Contents

<% if !@smart_proxy.new_record? && @smart_proxy.pulp_mirror? -%>
  <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

99 entries across 99 versions & 1 rubygems

Version Path
katello-4.15.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.15.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.14.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.14.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.14.0.rc3 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.14.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.14.0.rc1.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.14.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.13.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.13.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.12.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.13.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.12.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.12.0.rc3 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.12.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.12.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.11.1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.11.0 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.11.0.rc2 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb
katello-4.11.0.rc1 app/views/overrides/smart_proxies/_environment_tab_pane.html.erb