mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fix pagination interfaces pandora_enterprise#12356
This commit is contained in:
parent
d05ffaac56
commit
84d450e35e
@ -789,10 +789,6 @@ function print_table(
|
||||
}
|
||||
|
||||
html_print_table($table);
|
||||
|
||||
if (count($selected_interfaces) > $config['block_size']) {
|
||||
ui_pagination(count($selected_interfaces), false, $pagination_index, 0, false, 'offset', true, '');
|
||||
}
|
||||
} else {
|
||||
ui_print_info_message(['no_close' => true, 'message' => __('No search parameters')]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user