Sha256: 6695ab571a65f6cf94db09e60c92981f0f8ebe4f33dab3ad8cebc152b179c721

Contents?: true

Size: 1.48 KB

Versions: 23

Compression:

Stored size: 1.48 KB

Contents

<% content_for :body do %>
    <%= render partial: 'naf/shared/information_container', locals: { record_name: naf_table_title } %>
    <%= render partial: 'filter' %>
    <%= 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>Server Name</th>
          <th>Server Address</th>
          <th>Server Note</th>
          <th>Enabled</th>
          <th>Process Pool Size</th>
          <th>Last Checked Schedules At</th>
          <th>Last Seen Alive At</th>
          <th>Log Level</th>
          <th>Affinities</th>
          <th>Actions</th>
        </tr>
      </thead>
      <tbody>
        <tr></tr>
      </tbody>
    </table>

    <% content_for :javascripts do %>
      <%= javascript_include_tag("dataTablesTemplates/machines.js") %>
      <script type='text/javascript'>
        var sAjaxSource = "<%= naf.machines_path(:json) %>";
        jQuery(document).ready(function() {
            jQuery("#time_format").change(function () {
                SetFirstPage();
                return false;
            });
        });
      </script>
    <% end %>

<% end %>

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
naf-2.1.13 app/views/naf/machines/index.html.erb
naf-2.1.12 app/views/naf/machines/index.html.erb
naf-2.1.11 app/views/naf/machines/index.html.erb
naf-2.1.10 app/views/naf/machines/index.html.erb
naf-2.1.9 app/views/naf/machines/index.html.erb
naf-2.1.8 app/views/naf/machines/index.html.erb
naf-2.1.6 app/views/naf/machines/index.html.erb
naf-2.1.5 app/views/naf/machines/index.html.erb
naf-2.1.4 app/views/naf/machines/index.html.erb
naf-2.1.3 app/views/naf/machines/index.html.erb
naf-2.1.2 app/views/naf/machines/index.html.erb
naf-2.1.1 app/views/naf/machines/index.html.erb
naf-2.1.0 app/views/naf/machines/index.html.erb
naf-2.0.4 app/views/naf/machines/index.html.erb
naf-2.0.3 app/views/naf/machines/index.html.erb
naf-2.0.2 app/views/naf/machines/index.html.erb
naf-2.0.1 app/views/naf/machines/index.html.erb
naf-2.0.0 app/views/naf/machines/index.html.erb
naf-1.1.4 app/views/naf/machines/index.html.erb
naf-1.1.3 app/views/naf/machines/index.html.erb