summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_wol_edit.php')
-rw-r--r--src/usr/local/www/services_wol_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_wol_edit.php b/src/usr/local/www/services_wol_edit.php
index b93aab5..e549e22 100644
--- a/src/usr/local/www/services_wol_edit.php
+++ b/src/usr/local/www/services_wol_edit.php
@@ -131,14 +131,14 @@ $section = new Form_Section('Edit WOL Entry');
$section->addInput(new Form_Select(
'interface',
- 'Interface',
+ '*Interface',
(link_interface_to_bridge($pconfig['interface']) ? null : $pconfig['interface']),
get_configured_interface_with_descr()
))->setHelp('Choose which interface this host is connected to.');
$section->addInput(new Form_Input(
'mac',
- 'MAC address',
+ '*MAC address',
'text',
$pconfig['mac']
))->setHelp(gettext('Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx'));
OpenPOWER on IntegriCloud