Sha256: 0072ad1a7d0657349a4a0919fdd6a00fb3c52024f5c273f0af18d3787f8de15b

Contents?: true

Size: 843 Bytes

Versions: 1

Compression:

Stored size: 843 Bytes

Contents

<% if @taxonomy.is_a?(Organization) %>

  <%= javascript_include_tag 'katello/organizations/download_certificate' %>

  <%= text_f f, :label, :disabled => true, :class => 'input-xlarge' %>

  <% if ::Katello.config.use_cp %>
    <%= selectable_f(f, :service_level, options_for_select(service_level_options, service_level_selected), {}, :label => _('Default System SLA')) %>
  <% end %>

  <%= 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',
               'data-url' => "/katello/api/v2/organizations/#{@taxonomy.id}/download_debug_certificate"
  end %>

<% end%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katello-2.2.2 app/overrides/foreman/organizations/_edit_override.html.erb