Page MenuHomeGRNET

_host.html.erb
No OneTemporary

File Metadata

Created
Sun, May 18, 1:53 AM

_host.html.erb

<tr>
<td><%= link_to host.name, host_path(host) %></td>
<td><%= host.fqdn %></td>
<td><%= host.port %></td>
<td>**********</td>
<td><%= host.file_retention %></td>
<td><%= host.job_retention %></td>
<td>
<% if host.verified? %>
<span class="label label-success">yes</span>
<% else %>
<span class="label label-danger">no</span>
<% end %>
</td>
<td><%= I18n.l(host.created_at, format: :long) %></td>
</tr>

Event Timeline