summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6_relay.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-30 15:12:39 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 10:25:46 -0200
commit57965f9b79ed0971cf2bf17161d7c0ec7af9f937 (patch)
treece5089a61567726d46cfaf3f70d5ea71523fb15b /src/usr/local/www/services_dhcpv6_relay.php
parent19c25a5377dbdb6a1ea35c479038571b669e1df3 (diff)
downloadpfsense-57965f9b79ed0971cf2bf17161d7c0ec7af9f937.zip
pfsense-57965f9b79ed0971cf2bf17161d7c0ec7af9f937.tar.gz
Required fields in Services pages
(cherry picked from commit 24b82516e0baac87316245427e870a36fbcda4ac)
Diffstat (limited to 'src/usr/local/www/services_dhcpv6_relay.php')
-rw-r--r--src/usr/local/www/services_dhcpv6_relay.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dhcpv6_relay.php b/src/usr/local/www/services_dhcpv6_relay.php
index f4b270b..915955f 100644
--- a/src/usr/local/www/services_dhcpv6_relay.php
+++ b/src/usr/local/www/services_dhcpv6_relay.php
@@ -184,7 +184,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Select(
'interface',
- 'Interface(s)',
+ '*Interface(s)',
$pconfig['interface'],
$iflist,
true
@@ -202,7 +202,7 @@ $section->addInput(new Form_Checkbox(
);
function createDestinationServerInputGroup($value = null) {
- $group = new Form_Group('Destination server');
+ $group = new Form_Group('*Destination server');
$group->add(new Form_IpAddress(
'server',
OpenPOWER on IntegriCloud