Sha256: 79b51d35893a70a5d68bf2dd711b96d4c24a34e65e59d3ddab586f71b6e347fc

Contents?: true

Size: 1.37 KB

Versions: 10

Compression:

Stored size: 1.37 KB

Contents

<% content_for :body do %>
  <%= render partial: 'naf/shared/information_container', locals: { record_name: naf_table_title } %>
  <%= render partial: 'search_container' %>
  <%= render partial: 'naf/shared/select_per_page' %>

  <div id="flash_message">
    <% unless notice.blank? %>
      <script type='text/javascript'>
        jQuery("<p id='notice'><%= notice %></p>")
            .appendTo('#flash_message')
            .slideDown().delay(5000).slideUp();
      </script>
    <% end %>
  </div>

  <table id='datatable'>
    <thead>
      <tr>
        <th>Id</th>
        <th>Title</th>
        <th>Short Name</th>
        <th>Type</th>
        <th>Run Group Name</th>
        <th>Restriction</th>
        <th>Run Group Limit</th>
        <th>Enabled</th>
        <th>Enqueue</th>
        <th>Run Time</th>
        <th>Last Queued At</th>
        <th>Affinities</th>
        <th>Prerequisites</th>
        <th>Actions</th>
        <th></th>
        <th></th>
      </tr>
    </thead>
    <tbody>
      <tr></tr>
    </tbody>
  </table>

  <% content_for :javascripts do %>
    <%= javascript_include_tag("dataTablesTemplates/applications.js") %>
    <script type='text/javascript'>
      var sAjaxSource = "<%= naf.applications_path(:json) %>";
      var postSource = "<%= naf.historical_jobs_path(:json) %>";
    </script>
  <% end %>
<% end %>

<%= render partial: 'naf/shared/application' %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
naf-2.0.4 app/views/naf/applications/index.html.erb
naf-2.0.3 app/views/naf/applications/index.html.erb
naf-2.0.2 app/views/naf/applications/index.html.erb
naf-2.0.1 app/views/naf/applications/index.html.erb
naf-2.0.0 app/views/naf/applications/index.html.erb
naf-1.1.4 app/views/naf/applications/index.html.erb
naf-1.1.3 app/views/naf/applications/index.html.erb
naf-1.1.2 app/views/naf/applications/index.html.erb
naf-1.1.1 app/views/naf/applications/index.html.erb
naf-1.1.0 app/views/naf/applications/index.html.erb