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…
Reference in New Issue