mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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 {
|
} else {
|
||||||
$options_simple = [
|
$options_simple = [
|
||||||
'order' => $order,
|
'order' => $order,
|
||||||
'limit' => $length,
|
|
||||||
'offset' => $start,
|
'offset' => $start,
|
||||||
];
|
];
|
||||||
|
if ($length > 0) {
|
||||||
|
$options_simple['limit'] = $length;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($idAgent !== 0) {
|
if ($idAgent !== 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user