summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_routes_edit.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_routes_edit.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_routes_edit.php')
-rw-r--r--src/usr/local/www/system_routes_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_routes_edit.php b/src/usr/local/www/system_routes_edit.php
index 98ae6a0..0d2f5c5 100644
--- a/src/usr/local/www/system_routes_edit.php
+++ b/src/usr/local/www/system_routes_edit.php
@@ -276,7 +276,7 @@ $section = new Form_Section('Edit Route Entry');
$section->addInput(new Form_IpAddress(
'network',
- 'Destination network',
+ '*Destination network',
$pconfig['network'],
'ALIASV4V6'
))->addMask('network_subnet', $pconfig['network_subnet'])->setHelp('Destination network for this static route');
@@ -287,7 +287,7 @@ $allGateways = array_combine(
);
$section->addInput(new Form_Select(
'gateway',
- 'Gateway',
+ '*Gateway',
$pconfig['gateway'],
$allGateways
))->setHelp('Choose which gateway this route applies to or <a href="'.
OpenPOWER on IntegriCloud