summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-09 14:09:36 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-09 14:09:36 -0500
commitb46dc238c6a3fe595c92882493879c0ae0df253b (patch)
treed00d9e30f11eaf12cf9ba123fc8a9152fd08edef /src/usr/local/www/diag_packet_capture.php
parentaf5e730bad27b8ca99c7a21d3b1afc2176bba0d9 (diff)
downloadpfsense-b46dc238c6a3fe595c92882493879c0ae0df253b.zip
pfsense-b46dc238c6a3fe595c92882493879c0ae0df253b.tar.gz
Fixed #5401
Diffstat (limited to 'src/usr/local/www/diag_packet_capture.php')
-rw-r--r--src/usr/local/www/diag_packet_capture.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index 4bc64be..b7477e7 100644
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -365,8 +365,7 @@ $section->addInput(new Form_Select(
'detail',
'Level of detail',
$detail,
- array('' => 'Any',
- 'normal' => 'Normal',
+ array('normal' => 'Normal',
'medium' => 'Medium',
'high' => 'High',
'full' => 'Full',
OpenPOWER on IntegriCloud