mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed merge conflict
This commit is contained in:
parent
5162864b28
commit
ee4a3dc450
@ -1513,7 +1513,6 @@ if ($not_condition !== '') {
|
||||
$data[4] = servers_show_type($row['id_modulo']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (in_array('module_name', $show_fields) || is_metaconsole()) {
|
||||
$data[3] = ui_print_truncate_text($row['module_name'], 'module_small', false, true, true);
|
||||
@ -1912,10 +1911,9 @@ if ($not_condition !== '') {
|
||||
$data[11] = ui_print_timestamp($row['utimestamp'], true, $option);
|
||||
array_push($table->data, $data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
html_print_table($table);
|
||||
|
||||
if ($count_modules > $config['block_size']) {
|
||||
ui_pagination($count_modules, false, $offset, 0, false, 'offset', true, 'pagination-bottom');
|
||||
} else {
|
||||
@ -1926,6 +1924,8 @@ if ($not_condition !== '') {
|
||||
}
|
||||
}
|
||||
|
||||
html_print_table($table);
|
||||
|
||||
// End Build List Result.
|
||||
echo "<div id='monitor_details_window'></div>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user