Merge branch 'ent-11120-mejora-estetica-visualizacion-alertas-en-vista-detallada-de-agente' into 'develop'
Ent 11120 mejora estetica visualizacion alertas en vista detallada de agente See merge request artica/pandorafms!5838
This commit is contained in:
commit
b2edd9c19a
|
@ -4019,7 +4019,7 @@ function ui_print_datatable(array $parameters)
|
|||
$(".datatable-msg-info-'.$table_id.'").hide();
|
||||
$("table#'.$table_id.'").show();
|
||||
$("div.dataTables_paginate").show();
|
||||
$("div.dataTables_info").show();
|
||||
$("div.dataTables_info").hide();
|
||||
$("div.dataTables_length").show();
|
||||
$("div.dt-buttons").show();
|
||||
|
||||
|
|
|
@ -375,7 +375,7 @@ if ($agent_view_page === true) {
|
|||
],
|
||||
'zeroRecords' => __('No alerts found'),
|
||||
'emptyTable' => __('No alerts found'),
|
||||
'search_button_class' => 'sub filter float-right',
|
||||
'search_button_class' => 'sub filter float-right secondary',
|
||||
'form' => [
|
||||
'inputs' => [
|
||||
[
|
||||
|
@ -417,7 +417,7 @@ if ($agent_view_page === true) {
|
|||
],
|
||||
'zeroRecords' => __('No alerts found'),
|
||||
'emptyTable' => __('No alerts found'),
|
||||
'search_button_class' => 'sub filter float-right',
|
||||
'search_button_class' => 'sub filter float-right secondary',
|
||||
'filter_main_class' => 'box-flat white_table_graph fixed_filter_bar',
|
||||
'form' => [
|
||||
'html' => printFormFilterAlert(
|
||||
|
@ -441,7 +441,7 @@ if (is_metaconsole() === false) {
|
|||
if ($agent_view_page === true) {
|
||||
html_print_div(
|
||||
[
|
||||
'class' => 'action-buttons pdd_b_10px pdd_r_5px w100p',
|
||||
'class' => 'action-buttons pdd_r_5px w100p',
|
||||
'content' => html_print_submit_button(
|
||||
__('Validate'),
|
||||
'alert_validate',
|
||||
|
|
Loading…
Reference in New Issue