diff --git a/app/views/hosts/show.html.erb b/app/views/hosts/show.html.erb index bc67b41..7f26f1a 100644 --- a/app/views/hosts/show.html.erb +++ b/app/views/hosts/show.html.erb @@ -1,23 +1,30 @@

<%= 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 %>


Host Details

Jobs

<%= render partial: "host_details" %> <%= render partial: "jobs/job_templates" %> + +
+

Config File

+
+<%= @host.baculize_config.join("\n") %>
+    
+