<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% button_id = "button_switch_#{@job_history.id}" form_id = "agent_job_queue_entry_change_agent" dialog_id = "agent_job_queue_entry_change_agent" grid_id = "agent_job_queue_entry_change_agent_grid" job_history_id = @job_history.id %>
<%= hidden_field :job, :id %> <%= hidden_field :job_history, :id %> <%= hidden_field_tag :job_queue_name, @job_history.job_queue_name %> <%= hidden_field_tag :agent_name, @job_history.agent_name %> <%= javascript_tag "secret_token = '#{form_authenticity_token}'" %>

<%= t_label('job_queue_entries.change_agent.job_history_id') %>

<%= @job_history.id %>

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

<%= format_job_name_by_type(job_history.job_name, job_history.get_job_type) %>

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

<%=jh @job_history.agent_name %>

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

<%=jh @job_history.job_queue_name %>

<%= t('.change_on') %>