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