app/views/overrides/organizations/_edit_override.html.erb in katello-3.18.5 vs app/views/overrides/organizations/_edit_override.html.erb in katello-4.0.0.rc1

- old
+ new

@@ -1,13 +1,10 @@ <% if @taxonomy.is_a?(Organization) %> <%= javascript_include_tag 'katello/organizations/download_certificate' %> <%= text_f f, :label, :disabled => true, :class => 'input-xlarge' %> - - <% if ::SETTINGS[:katello][:use_cp] %> - <%= selectable_f(f, :service_level, options_for_select(service_level_options, service_level_selected), {}, :label => _('Default System SLA')) %> - <% end %> + <%= selectable_f(f, :service_level, options_for_select(service_level_options, service_level_selected), {}, :label => _('Default System SLA')) %> <%= field(f, _('Debug Certificate'), :help_inline => _('This certificate allows a user to view the repositories in any environment from a browser.')) do button_tag _('Generate and Download'), :id => :download_debug_cert_key, :type => :button, :style => 'margin-top: 8px;', :class => 'btn btn-small',