diff --git a/pandora_console/godmode/setup/os.list.php b/pandora_console/godmode/setup/os.list.php index 20d1b41561..27ae4e82f2 100644 --- a/pandora_console/godmode/setup/os.list.php +++ b/pandora_console/godmode/setup/os.list.php @@ -97,6 +97,24 @@ try { 'column_names' => $column_names, 'ajax_url' => 'include/ajax/os', 'ajax_data' => ['method' => 'drawOSTable'], + 'pagination_options' => [ + [ + $config['block_size'], + 10, + 25, + 100, + 200, + 500, + ], + [ + $config['block_size'], + 10, + 25, + 100, + 200, + 500, + ], + ], 'ajax_postprocess' => 'process_datatables_item(item)', 'no_sortable_columns' => [ -1, @@ -137,6 +155,10 @@ if (is_metaconsole() === true) { true ); $buttons .= ''; +} else { + $buttons .= '
'; } html_print_action_buttons( @@ -150,15 +172,6 @@ html_print_action_buttons( echo ''; -echo ''; - ?>