summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-23 09:14:39 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-23 09:15:18 -0500
commit5dfc79c9f05c77ecf4ceff2981d81729077bb8ea (patch)
treee36ba2f6370a00ef97ee0a557367e9d73c0c4f4e /src/usr/local/www/diag_confbak.php
parent617daf5e38cefcad2d2f0ac4308f034131be31b7 (diff)
downloadpfsense-5dfc79c9f05c77ecf4ceff2981d81729077bb8ea.zip
pfsense-5dfc79c9f05c77ecf4ceff2981d81729077bb8ea.tar.gz
Fixed #5802
Added collapsible action to config backup
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r--src/usr/local/www/diag_confbak.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index 554c6ca..733ffa7 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -189,7 +189,7 @@ $form = new Form(new Form_Button(
gettext("Save")
));
-$section = new Form_Section('Saved Configurations');
+$section = new Form_Section('Saved Configurations', 'savedconfig', COLLAPSIBLE|SEC_CLOSED);
$section->addInput(new Form_Input(
'backupcount',
OpenPOWER on IntegriCloud