summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-02-10 15:10:16 -0600
committerChris Buechler <cmb@pfsense.org>2016-02-10 15:10:16 -0600
commit1291111133384be1288c380b152db36947b22da9 (patch)
treef517a3c0e8289bc16d0a7a841f2625241b280808 /src/usr/local
parent7cd2add4de7b85f64033722a055d72f379e487ca (diff)
downloadpfsense-1291111133384be1288c380b152db36947b22da9.zip
pfsense-1291111133384be1288c380b152db36947b22da9.tar.gz
Default "State filter" to open, it's too often used to annoy users by having to expand it over and over.
Diffstat (limited to 'src/usr/local')
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index b0d978a..c4821cb 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -148,7 +148,7 @@ $current_statecount=`pfctl -si | grep "current entries" | awk '{ print $3 }'`;
$form = new Form(false);
-$section = new Form_Section('State filter', 'secfilter', COLLAPSIBLE|SEC_CLOSED);
+$section = new Form_Section('State filter', 'secfilter', COLLAPSIBLE|SEC_OPEN);
$section->addInput(new Form_Input(
'filter',
OpenPOWER on IntegriCloud