<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2012 %> <% button_id = "button_close_#{@sap_job.id}" form_id = "edit_job_history_#{@sap_job.id}" @title_section = t('.dialog_title') @title_item = @sap_job.name @view_only = true @help_link_anchor = HELP_URL_CONFIG['sap']['job']['view'] %> <% form_for(@sap_job, :html => { :id => form_id, :class => "edit_sap_job"}) do |form| %> <% render( :layout => 'shared/edit_section', :locals => { :section_id => "job-history-general", :section_title => t('common.details'), :details_only => true}) do %>

<%= t_label('common.name') %>

<%= @sap_job.name %>

<%= t_label('sap_jobs.sap_job.job_count') %>

<%= @sap_job.sap_job_count %>

<%= t_label('common.sap_system_definition') %>

<%= @sap_job.sap_system_definition.name %>

<%= t_label('sap_jobs.sap_job.job_status') %>

<%= @sap_job.sap_job_status_text %>

<%= t_label('sap_jobs.sap_job.planned_start') %>

<%= format_timestamp @sap_job.sap_planned_start_utc %>

<%= t_label('sap_jobs.sap_job.event_identifier') %>

<%= @sap_job.sap_event_identifier %>

<%= t_label('sap_jobs.sap_job.periodic') %>

<%= @sap_job.sap_periodic_text %>

<%= t_label('sap_jobs.sap_job.job_start') %>

<%= format_timestamp @sap_job.sap_job_start_utc %>

<%= t_label('sap_jobs.sap_job.job_end') %>

<%= format_timestamp @sap_job.sap_job_end_utc %>

<%= t_label('sap_jobs.sap_job.initiator') %>

<%= @sap_job.sap_initiator %>

<% end %>
<%= standard_buttons(button_id) %>
<% end %>