Fixed "pagination" had ignored trap_type filtering at SNMP Console.

This commit is contained in:
Hirofumi Kosaka 2017-01-11 19:46:22 +09:00
parent 2d872bf2ee
commit 2224478ed5
1 changed files with 1 additions and 0 deletions

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;