Fixed minor error

This commit is contained in:
manuel 2019-08-29 15:21:39 +02:00
parent 324690ddad
commit b6870178c9
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ $urlPagination = $url_snmp.'&pagination='.$pagination.'&offset='.$offset;
ui_pagination($trapcount, $urlPagination, $offset, $pagination);
echo '<form name="eventtable" method="POST" action="'.$url_snmp.'">';
echo '<form name="eventtable" method="POST" action="'.$urlPagination.'">';
$table->cellpadding = 0;
$table->cellspacing = 0;