Sha256: 3d3b0c668a9fce5cec796585e299c3351c68578c71f8067cd8f03884ee8f4105

Contents?: true

Size: 739 Bytes

Versions: 13

Compression:

Stored size: 739 Bytes

Contents

<% title _('Remote Execution Features') %>

<table class="table table-bordered table-striped table-condensed">
  <thead>
    <tr>
      <th><%= sort :label, :as => _('Label') %></th>
      <th><%= sort :name, :as => _('Name') %></th>
      <th><%= sort :description, :as => _('Description') %></th>
    </tr>
  </thead>

  <tbody>
    <% @remote_execution_features.each do |feature| %>
      <tr>
        <td><%= link_to_if_authorized feature.label, hash_for_remote_execution_feature_path(feature).merge(:auth_object => feature, :permission => :edit_remote_execution_features, :authorizer => authorizer) %></td>
        <td><%= feature.name %></td>
        <td><%= feature.description %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
foreman_remote_execution-1.4.5 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.4.4 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.4.3 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.4.2 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.3.7 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.3.6 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.4.1 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.3.5 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.3.4 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.3.3 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.3.2 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.3.1 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-1.3.0 app/views/remote_execution_features/index.html.erb