<%= link_to host.name, host_path(host) %> |
<%= host.fqdn %> |
<%= host.port %> |
********** |
<%= host.file_retention %> |
<%= host.job_retention %> |
<%= host.auto_prune_human %> |
<% if host.verified? %>
yes
<% else %>
no
<% end %>
|
<%= I18n.l(host.created_at, format: :long) %> |