#11120 Change class and js code to fix the visual style
This commit is contained in:
parent
ebd5f6c01f
commit
c4d706f08b
|
@ -4010,7 +4010,7 @@ function ui_print_datatable(array $parameters)
|
||||||
$(".datatable-msg-info-'.$table_id.'").hide();
|
$(".datatable-msg-info-'.$table_id.'").hide();
|
||||||
$("table#'.$table_id.'").show();
|
$("table#'.$table_id.'").show();
|
||||||
$("div.dataTables_paginate").show();
|
$("div.dataTables_paginate").show();
|
||||||
$("div.dataTables_info").show();
|
$("div.dataTables_info").hide();
|
||||||
$("div.dataTables_length").show();
|
$("div.dataTables_length").show();
|
||||||
$("div.dt-buttons").show();
|
$("div.dt-buttons").show();
|
||||||
|
|
||||||
|
|
|
@ -375,7 +375,7 @@ if ($agent_view_page === true) {
|
||||||
],
|
],
|
||||||
'zeroRecords' => __('No alerts found'),
|
'zeroRecords' => __('No alerts found'),
|
||||||
'emptyTable' => __('No alerts found'),
|
'emptyTable' => __('No alerts found'),
|
||||||
'search_button_class' => 'sub filter float-right',
|
'search_button_class' => 'sub filter float-right secondary',
|
||||||
'form' => [
|
'form' => [
|
||||||
'inputs' => [
|
'inputs' => [
|
||||||
[
|
[
|
||||||
|
@ -417,7 +417,7 @@ if ($agent_view_page === true) {
|
||||||
],
|
],
|
||||||
'zeroRecords' => __('No alerts found'),
|
'zeroRecords' => __('No alerts found'),
|
||||||
'emptyTable' => __('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',
|
'filter_main_class' => 'box-flat white_table_graph fixed_filter_bar',
|
||||||
'form' => [
|
'form' => [
|
||||||
'html' => printFormFilterAlert(
|
'html' => printFormFilterAlert(
|
||||||
|
@ -441,7 +441,7 @@ if (is_metaconsole() === false) {
|
||||||
if ($agent_view_page === true) {
|
if ($agent_view_page === true) {
|
||||||
html_print_div(
|
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(
|
'content' => html_print_submit_button(
|
||||||
__('Validate'),
|
__('Validate'),
|
||||||
'alert_validate',
|
'alert_validate',
|
||||||
|
|
Loading…
Reference in New Issue