mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix pagination in meta monitor view
This commit is contained in:
parent
1bc246742d
commit
cc574cdb39
@ -1709,7 +1709,9 @@ if (!empty($result)) {
|
|||||||
|
|
||||||
html_print_table($table);
|
html_print_table($table);
|
||||||
|
|
||||||
ui_pagination($count, false, $offset, 0, false, 'offset', true, 'pagination-bottom');
|
if ($count_modules > $config['block_size']) {
|
||||||
|
ui_pagination($count_modules, false, $offset, 0, false, 'offset', true, 'pagination-bottom');
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
if ($first_interaction) {
|
if ($first_interaction) {
|
||||||
ui_print_info_message(['no_close' => true, 'message' => __('This group doesn\'t have any monitor')]);
|
ui_print_info_message(['no_close' => true, 'message' => __('This group doesn\'t have any monitor')]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user