<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2016 %> <% chart_id = params[:id] dialog_id = "universal_connector_command_popup_id" width = 570 height = 475 button_id = "button_close_1" form_id = "universal_connector_command" %>
<% form_for @universal_connector_command, :html => { :id => form_id, :class => "edit_universal_connector_server", :autocomplete => "off", :onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %>
<%= form.label :universal_connector_server_label, t_label('common.universal_connector_server'), :class => "name-label item-label" %>
<%= h @universal_connector_server.nil? ? t('common.not_configured') : @universal_connector_server.base_url %>
<%= form.label :interface, t_label('common.interface'), :class => "name-label item-label" %>

<%= t('universal_connector_commands.interface_caption') %>

<%= form.label :template, t_label('.templates_label'), :class => "name-label item-label" %>

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

<%= form.label :retrieve_log, t_label('command_sets.list_of_commands.universal_connector_command_retrieve_log'), :class => "name-label item-label" %>
<%= form.check_box :retrieve_log, :disabled => @view_only %>

<%= t('command_sets.list_of_commands.universal_connector_command_retrieve_log_label_caption') %>

<%= t('oracle_concurrent_requests.parameters_section') %>

<% end %>