Sha256: 0ecc436d02ce3e7652fa031d2e5e99bf7e8c10b6812500c61593f12c8c9012d6

Contents?: true

Size: 900 Bytes

Versions: 30

Compression:

Stored size: 900 Bytes

Contents

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

<% title_actions display_link_if_authorized(_('Keys'), hash_for_smart_proxy_salt_keys_path, :class => 'btn btn-default'), display_link_if_authorized(_('New'), {:controller => 'foreman_salt/salt_autosign', :action => 'new', :smart_proxy_id => @proxy, :auth_object => @proxy, :permission => 'create_smart_proxies_salt_keys'}, :class => 'btn btn-primary') %>

<table class='table table-bordered table-striped table-condensed'>
  <tr>
    <th><%= _('Name') %></th>
    <th></th>
  </tr>
  <% @autosign.each do |key| %>
      <tr>
        <td><%= key%> </td>
        <td>
          <%= action_buttons(display_delete_if_authorized(hash_for_smart_proxy_salt_autosign_path.merge(:smart_proxy_id => @proxy, :id => key), :class => 'delete')) %>
        </td>
      </tr>
  <% end %>
</table>

<%= page_entries_info @autosign %>
<%= will_paginate @autosign %>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
foreman_salt-14.1.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-14.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-13.2.4 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-13.2.3 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-13.2.2 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-13.2.1 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-13.2.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-13.1.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-13.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-12.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-11.0.1 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-11.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-10.3.1 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-10.3.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-10.2.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-10.1.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-8.0.4 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-9.0.1 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-10.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-9.0.0 app/views/foreman_salt/salt_autosign/index.html.erb