Sha256: ab5ffed4fd8dd7cac0a276949589a4aaba9a32a138999982c60b5520d731eb24

Contents?: true

Size: 1.2 KB

Versions: 13

Compression:

Stored size: 1.2 KB

Contents

<% content_for :body do %>
  <div id='page-label'>
    <h3 id="record_name">Application Schedules</h3>
  </div>
  <%= render partial: 'naf/shared/select_per_page' %>
  </br></br>

  <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>Application</th>
        <th>Run Group Name</th>
        <th>Run Group Restriction</th>
        <th>Run Interval Style</th>
        <th>Run Interval</th>
        <th>Run Group Quantum</th>
        <th>Run Group Limit</th>
        <th>Enqueue</th>
        <th>Affinities</th>
        <th>Prerequisites</th>
      </tr>
    </thead>
    <tbody>
      <tr></tr>
    </tbody>
  </table>

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

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
naf-2.1.13 app/views/naf/application_schedules/index.html.erb
naf-2.1.12 app/views/naf/application_schedules/index.html.erb
naf-2.1.11 app/views/naf/application_schedules/index.html.erb
naf-2.1.10 app/views/naf/application_schedules/index.html.erb
naf-2.1.9 app/views/naf/application_schedules/index.html.erb
naf-2.1.8 app/views/naf/application_schedules/index.html.erb
naf-2.1.6 app/views/naf/application_schedules/index.html.erb
naf-2.1.5 app/views/naf/application_schedules/index.html.erb
naf-2.1.4 app/views/naf/application_schedules/index.html.erb
naf-2.1.3 app/views/naf/application_schedules/index.html.erb
naf-2.1.2 app/views/naf/application_schedules/index.html.erb
naf-2.1.1 app/views/naf/application_schedules/index.html.erb
naf-2.1.0 app/views/naf/application_schedules/index.html.erb