Sha256: 36cd01a6e65e71b2e4cab190098d1e0e93dd93b376ad160224672c31cacfa6a1
Contents?: true
Size: 716 Bytes
Versions: 10
Compression:
Stored size: 716 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 => _('Lifecyle 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
10 entries across 10 versions & 1 rubygems