<% if @client.is_backed_up? %> <%= button_or_disabled_with_label( @client.host.blocked?, 'Restore Files', restore_client_path(@client), class: "btn btn-default", role: "button", icon_class: 'glyphicon glyphicon-cloud-download', text_class: 'text-warning') %> <% end %> <% if @client.host %> <%= link_to host_path(@client.host), class: "btn btn-default", role: "button" do %> Manage Client <% end %> <% end %> <%= link_to fd_config_host_path(@client.host, token: current_user.token), class: "btn btn-default", role: "button", download: 'bacula-fd.conf' do %> Download Config <% end %> <%= link_to '#', data: { toggle: 'modal', target: "#js-fd-config"} do %> <% end %>