Sha256: c8ed0e06d8749a66e1393de37025455bda34083e2c51652edf19e3315b4d29d5

Contents?: true

Size: 732 Bytes

Versions: 137

Compression:

Stored size: 732 Bytes

Contents

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

<table class="<%= table_css_classes('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

137 entries across 137 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.2 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-14.1.1 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-14.1.0 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-14.0.2 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-14.0.1 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-13.2.6 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-14.0.0 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-13.2.5 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-13.2.4 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-13.2.3 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-13.2.2 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-12.0.7 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-13.2.1 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-13.2.0 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-10.1.3 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-13.0.0 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-12.0.5 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-12.0.4 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-12.0.1 app/views/remote_execution_features/index.html.erb
foreman_remote_execution-12.0.2 app/views/remote_execution_features/index.html.erb