Sha256: 7e083fa4f5e1ee3e3550d458fe5ee95b8ad8a40a7251e43c401c48896da27123

Contents?: true

Size: 578 Bytes

Versions: 18

Compression:

Stored size: 578 Bytes

Contents

<% content_for :body do %>
  <div id="record">
    <h2>Status</h2>

    <table id="naf_table_show">
      <thead>
        <tr>
          <th>Server</th>
          <th>Status</th>
          <th>Notes</th>
        </tr>
      </thead>
      <tbody>
      	<% @machines.each do |machine| -%>
	        <tr>
	          <td><%= machine[:server_name] %></td>
	          <td><%= machine[:status] %></td>
	          <td><%= machine[:notes] %></td>
	        </tr>
        <% end %>
      </tbody>
    </table>
    </br>

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

Version data entries

18 entries across 18 versions & 1 rubygems

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