summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6_relay.php
diff options
context:
space:
mode:
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 8f4135b..516bca6 100644
--- a/src/usr/local/www/services_dhcpv6_relay.php
+++ b/src/usr/local/www/services_dhcpv6_relay.php
@@ -152,7 +152,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Select(
'interface',
- 'Interface(s)',
+ '*Interface(s)',
$pconfig['interface'],
$iflist,
true
@@ -170,7 +170,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