Project

General

Profile

Download (828 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title _("Autosign entries for %s") % @proxy %>
<% title_actions display_link_if_authorized(_("Certificates"), hash_for_smart_proxy_puppetca_index_path(:smart_proxy_id => @proxy).merge(:auth_object => @proxy, :permission => 'view_smart_proxies_puppetca')),
autosign_form %>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th><%= _("Name") %></th>
<th></th>
</tr>
</thead>
<tbody>
<% @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).merge(:auth_object => @proxy), :class => 'delete')%>
</td>
</tr>
<% end %>
</tbody>
</table>
<%= will_paginate_with_info @autosign %>
(2-2/3)