diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-01-23 09:14:39 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-01-23 09:15:18 -0500 |
commit | 5dfc79c9f05c77ecf4ceff2981d81729077bb8ea (patch) | |
tree | e36ba2f6370a00ef97ee0a557367e9d73c0c4f4e /src/usr/local/www/diag_confbak.php | |
parent | 617daf5e38cefcad2d2f0ac4308f034131be31b7 (diff) | |
download | pfsense-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.php | 2 |
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', |