mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'cherry-pick-2224478e-into-6.0' into 'pandora_6.0'
Fixed "pagination" had ignored trap_type filtering at SNMP Console. See merge request !11
This commit is contained in:
commit
19f53d8508
@ -482,6 +482,7 @@ $url_snmp = "index.php?" .
|
||||
"filter_status=" . $filter_status . "&" .
|
||||
"refr=" . ((int)get_parameter('refr', 0)) . "&" .
|
||||
"pure=" . $config["pure"] . "&" .
|
||||
"trap_type=" . $trap_type . "&" .
|
||||
"group_by=" . $group_by . "&" .
|
||||
"free_search_string=" . $free_search_string;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user