summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-06-15 10:42:22 -0400
committerjim-p <jimp@pfsense.org>2017-06-15 10:42:22 -0400
commite8140fa4bf47a8307fd6f6305ee0182a20be8cf0 (patch)
treed93daf7508eef3500f18dd0c383e691752a53e01 /src
parent646a993ec73fc76cdaff43b94bd20e3f2f803ad7 (diff)
downloadpfsense-e8140fa4bf47a8307fd6f6305ee0182a20be8cf0.zip
pfsense-e8140fa4bf47a8307fd6f6305ee0182a20be8cf0.tar.gz
Remove pftop peak and rate from the sort options as they won't produce anything useful when run the way the GUI does. Fixes #7580
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_pftop.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_pftop.php b/src/usr/local/www/diag_pftop.php
index 21b1c82..ea8d685 100644
--- a/src/usr/local/www/diag_pftop.php
+++ b/src/usr/local/www/diag_pftop.php
@@ -119,9 +119,7 @@ $section->addInput(new Form_Select(
'dest' => gettext('Destination Address'),
'dport' => gettext('Destination Port'),
'exp' => gettext('Expiry'),
- 'peak' => gettext('Peak'),
'pkt' => gettext('Packet'),
- 'rate' => gettext('Rate'),
'sport' => gettext('Source Port'),
'src' => gettext('Source Address'),
)
OpenPOWER on IntegriCloud