<%= notice %>
<% if @client.host %>
<%= link_to 'Manage Client', host_path(@client.host), class: "btn btn-primary", role: "button" %>
<% end %>
<%= @client.name %>
Client Details
Bacula Jobs
<%= render partial: 'client_details' %>
<%= render partial: 'jobs' %>
<%= render partial: 'recent_jobs' %>
<%= link_to 'Back to clients', clients_path %>
<%= render partial: 'client_graphs', locals: { path: client_path(@client) } %>
<%= render partial: 'logs' %>