<%= notice %>
<%= link_to 'Remove host', host_path(@host), method: :delete, data: { confirm: 'Are you sure?' },
class: "btn btn-danger", role: "button" %>
Configuration for <%= @host.name %>
<%= render partial: "host_details" %>
<%= render partial: "jobs/job_templates" %>
Config File
<%= @host.baculize_config.join("\n") %>