#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();
|
||||
$("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