Sha256: 95c399151afc77e0e23693f8172c5fdfc9abd743ebc78873a66cd1933257d996

Contents?: true

Size: 879 Bytes

Versions: 23

Compression:

Stored size: 879 Bytes

Contents

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

  <table id='datatable'>
    <thead>
      <tr>
        <th>Id</th>
        <th>Started At</th>
        <th>Machine Runner Id</th>
        <th>Server Name</th>
        <th>Pid</th>
        <th>Status</th>
        <th>Latest Commit</th>
        <th>Deployment Tag</th>
      </tr>
    </thead>
    <tbody>
      <tr></tr>
    </tbody>
  </table>

  <% content_for :javascripts do %>
    <%= javascript_include_tag("dataTablesTemplates/machine_runner_invocations.js") %>
    <script type='text/javascript'>
      var sAjaxSource = "<%= naf.machine_runner_invocations_path(:json) %>";
    </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/machine_runner_invocations/index.html.erb
naf-2.1.12 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.11 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.10 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.9 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.8 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.6 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.5 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.4 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.3 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.2 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.1 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.1.0 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.0.4 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.0.3 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.0.2 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.0.1 app/views/naf/machine_runner_invocations/index.html.erb
naf-2.0.0 app/views/naf/machine_runner_invocations/index.html.erb
naf-1.1.4 app/views/naf/machine_runner_invocations/index.html.erb
naf-1.1.3 app/views/naf/machine_runner_invocations/index.html.erb