Sha256: 66145365f884fd7b4d922f06d3bee6d984046dc49c7c1471712d0f2b4f9f7fb7

Contents?: true

Size: 849 Bytes

Versions: 131

Compression:

Stored size: 849 Bytes

Contents

<% 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 %>

  <%= 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

131 entries across 131 versions & 1 rubygems

Version Path
katello-3.16.2 app/views/overrides/organizations/_edit_override.html.erb
katello-3.17.0.rc2.2 app/views/overrides/organizations/_edit_override.html.erb
katello-3.17.0.rc2.1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.1.2 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.1.1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.17.0.rc2 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.17.0.rc1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0.rc5.1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0.rc5 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0.rc4.1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.15.3.1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.15.3 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0.rc4 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0.rc3.1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.15.2 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0.rc3 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0.rc2.1 app/views/overrides/organizations/_edit_override.html.erb
katello-3.16.0.rc2 app/views/overrides/organizations/_edit_override.html.erb