mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#9999 fixed filter all in alert list
This commit is contained in:
parent
f8e3353836
commit
7906c8fe2f
@ -850,9 +850,11 @@ if ($get_agent_alerts_datatable === true) {
|
||||
} else {
|
||||
$options_simple = [
|
||||
'order' => $order,
|
||||
'limit' => $length,
|
||||
'offset' => $start,
|
||||
];
|
||||
if ($length > 0) {
|
||||
$options_simple['limit'] = $length;
|
||||
}
|
||||
}
|
||||
|
||||
if ($idAgent !== 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user