diff --git a/app/views/jobs/_job_details.html.erb b/app/views/jobs/_job_details.html.erb index c5025d6..68ae627 100644 --- a/app/views/jobs/_job_details.html.erb +++ b/app/views/jobs/_job_details.html.erb @@ -1,49 +1,51 @@
- + <% if @job.restore? %> <% else %> - + <% end %>
Name <%= @job.name %>
Type <%= @job.job_type %>
Host <%= @host.name %>
Fileset<%= @job.fileset.name %>
<%= @job.fileset.to_bacula_config_array.join("\n") %>
Restore Location <%= @job.restore_location %>
Schedule<%= @job.schedule.name %> +
<%= @job.schedule.to_bacula_config_array.join("\n") %>
+
Client Run Before Job <%= @job.client_before_run_file %>
Client Run After Job <%= @job.client_after_run_file %>
Created <%= I18n.l(@job.created_at, format: :long) %>
Enabled <%= @job.enabled_human %>