mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed "pagination" had ignored trap_type filtering at SNMP Console.
This commit is contained in:
parent
2d872bf2ee
commit
2224478ed5
@ -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