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