Added parameter width id agent - #2958

This commit is contained in:
tatiana.llorente@artica.es 2018-10-25 10:41:40 +02:00
parent 9a77256198
commit d12791c03f

View File

@ -65,6 +65,8 @@ if (! $id_agente) {
$params['selectbox_id'] = 'id_agent_module';
$params['javascript_is_function_select'] = true;
$params['metaconsole_enabled'] = false;
$params['use_hidden_input_idagent'] = true;
$params['print_hidden_input_idagent'] = true;
$table->data['agent'][1] = ui_print_agent_autocomplete_input($params);
}