summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-30 20:42:31 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 13:36:25 -0200
commit51685157f6baed5876808645b5762f918a8f8874 (patch)
tree132ca482ba12760fb3016a622a57371e7c5dbf50 /src/usr/local/www/system_update_settings.php
parent7620266fd0394607335ee87c30b93195e8880c43 (diff)
downloadpfsense-51685157f6baed5876808645b5762f918a8f8874.zip
pfsense-51685157f6baed5876808645b5762f918a8f8874.tar.gz
Required fields for System pages
(cherry picked from commit 153c3aa61fe65c51d584a57c032a4805048e3062)
Diffstat (limited to 'src/usr/local/www/system_update_settings.php')
-rw-r--r--src/usr/local/www/system_update_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php
index cca7860..c0b2a3f 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -190,7 +190,7 @@ $section = new Form_Section('Firmware Branch');
$section->addInput(new Form_Select(
fwbranch,
- 'Branch',
+ '*Branch',
get_repo_name($config['system']['pkg_repo_conf_path']),
build_repo_list()
))->setHelp('Please select the stable, or the development branch from which to update the system firmware. ' . ' <br />' .
OpenPOWER on IntegriCloud