Sha256: f39ea043dd6dcccd6a26900c838ac3448bf39f8dc432752f51c3acca741ace61

Contents?: true

Size: 842 Bytes

Versions: 12

Compression:

Stored size: 842 Bytes

Contents

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

<% title_actions display_link_if_authorized(_('Keys'), hash_for_smart_proxy_salt_keys_path), 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'}) %>

<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

12 entries across 12 versions & 1 rubygems

Version Path
foreman_salt-5.0.1 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-5.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-4.0.1 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-4.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-3.0.2 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-3.0.1 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-3.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-2.1.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-2.0.2 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-2.0.1 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-2.0.0 app/views/foreman_salt/salt_autosign/index.html.erb
foreman_salt-1.1.1 app/views/foreman_salt/salt_autosign/index.html.erb