summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-17 17:48:43 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-17 17:48:43 -0800
commit9cfbece1a4b33102fc6bcadb8918c36c7a4f325e (patch)
tree1f462dc76357ec73b07c23af7865dfc79de39fdf /src/usr/local/www/status_logs.php
parent873dd96927bf8014817f6561cb8a5f636e8454e5 (diff)
downloadpfsense-9cfbece1a4b33102fc6bcadb8918c36c7a4f325e.zip
pfsense-9cfbece1a4b33102fc6bcadb8918c36c7a4f325e.tar.gz
Add max value to qty field.
Diffstat (limited to 'src/usr/local/www/status_logs.php')
-rwxr-xr-xsrc/usr/local/www/status_logs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_logs.php b/src/usr/local/www/status_logs.php
index 0e0e5f4..f0acd4b 100755
--- a/src/usr/local/www/status_logs.php
+++ b/src/usr/local/www/status_logs.php
@@ -571,7 +571,7 @@ $group->add(new Form_Input(
'GUI Log Entries',
'number',
$pconfig['nentries'],
- ['min' => 5, 'placeholder' => $config['syslog']['nentries']]
+ ['min' => 5, 'max' => 2000, 'placeholder' => $config['syslog']['nentries']]
))->setWidth(2);
$group->setHelp('This is the number of log entries displayed in the GUI. It does not affect how many entries are contained in the log.');
OpenPOWER on IntegriCloud