Name <%= @host.name %>
FQDN <%= @host.fqdn %>
FDPort <%= @host.port %>
Password <%= @host.password %>
File Retention <%= @host.file_retention %> days
Job Retention <%= @host.job_retention %> days
Auto Prune <%= @host.auto_prune_human %>
Created <%= I18n.l(@host.created_at, format: :long) %>
<%= link_to 'Edit', edit_host_path(@host), class: "btn btn-primary", role: "button" %>