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:
vgilc 2017-01-23 16:13:20 +01:00
commit 19f53d8508

View File

@ -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;