Sha256: 2639436e413cc3353aaf2fbf613e9504d5bc8f9171713aface1e81b4129ee699

Contents?: true

Size: 719 Bytes

Versions: 5

Compression:

Stored size: 719 Bytes

Contents

<% title _("Autosign entries for %s") % @proxy %>

<% title_actions display_link_if_authorized(_("Certificates"), hash_for_smart_proxy_puppetca_index_path(:smart_proxy_id => @proxy)),
  autosign_form %>

<table class='table table-bordered table-striped table-condensed'>
  <tr>
    <th><%= _("Name") %></th>
    <th></th>
  </tr>
  <% @autosign.each do |cert| -%>
      <tr>
        <td><%= h cert%> </td>
        <td>
          <%= action_buttons(display_delete_if_authorized hash_for_smart_proxy_autosign_path(:smart_proxy_id => @proxy, :id => cert), :class => 'delete')%>
        </td>
      </tr>
  <% end -%>
</table>
<%= page_entries_info @autosign, :model => "Autosign entries" %>
<%= will_paginate @autosign %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/smart_proxies/autosign/index.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/smart_proxies/autosign/index.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/smart_proxies/autosign/index.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/smart_proxies/autosign/index.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/smart_proxies/autosign/index.html.erb