Revision cf2e697d
Added by Stilez y about 9 years ago
src/usr/local/www/diag_confbak.php | ||
---|---|---|
186 | 186 |
|
187 | 187 |
$form = new Form(false); |
188 | 188 |
|
189 |
$section = new Form_Section('Saved Configurations', 'savedconfig', COLLAPSIBLE|SEC_CLOSED);
|
|
189 |
$section = new Form_Section('Configuration Backup Cache Settings', 'configsettings', COLLAPSIBLE|SEC_CLOSED);
|
|
190 | 190 |
|
191 | 191 |
$section->addInput(new Form_Input( |
192 | 192 |
'backupcount', |
193 | 193 |
'Backup Count', |
194 | 194 |
'number', |
195 | 195 |
$config['system']['backupcount'] |
196 |
))->setHelp('Maximum number of old configurations to keep. By default this is 30 for a full install or 5 on NanoBSD. '); |
|
196 |
))->setHelp('Maximum number of old configurations to keep in the cache. By default this is 30 for a full install or 5 on NanoBSD. ');
|
|
197 | 197 |
|
198 | 198 |
$space = exec("/usr/bin/du -sh /conf/backup | /usr/bin/awk '{print $1;}'"); |
199 | 199 |
|
Also available in: Unified diff
Give settings section a more helpful/standard title to match other GUI settings tabs
(cherry picked from commit ca55edc39342865816feef390616be8b770c889b)