| <%= link_to host.name, admin_host_path(host) %> |
<%= host.fqdn %> |
<%= host.first_user.display_name %> |
<%= host.port %> |
<%= I18n.l(host.created_at, format: :long) %> |
<%= link_to 'Verify', verify_admin_host_path(host), method: :post,
class: "btn btn-success", role: "button",
data: { confirm: "Host #{host.name} will be ready to be dispatched to Bacula" }
%>
|