summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-30 15:12:39 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-30 15:12:39 +0545
commit24b82516e0baac87316245427e870a36fbcda4ac (patch)
treefc8efd86284967135a8013c490bed7c9d451e232 /src/usr/local/www/services_wol.php
parent47f2a4b9eb22ea6f1f6baad83e3786ecb53c5394 (diff)
downloadpfsense-24b82516e0baac87316245427e870a36fbcda4ac.zip
pfsense-24b82516e0baac87316245427e870a36fbcda4ac.tar.gz
Required fields in Services pages
Diffstat (limited to 'src/usr/local/www/services_wol.php')
-rw-r--r--src/usr/local/www/services_wol.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_wol.php b/src/usr/local/www/services_wol.php
index 7aefd0b..8e84b27 100644
--- a/src/usr/local/www/services_wol.php
+++ b/src/usr/local/www/services_wol.php
@@ -137,14 +137,14 @@ $section = new Form_Section('Wake-on-LAN');
$section->addInput(new Form_Select(
'interface',
- 'Interface',
+ '*Interface',
(link_interface_to_bridge($if) ? null : $if),
get_configured_interface_with_descr()
))->setHelp('Choose which interface the host to be woken up is connected to.');
$section->addInput(new Form_Input(
'mac',
- 'MAC address',
+ '*MAC address',
'text',
$mac
))->setHelp(gettext('Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx'));
OpenPOWER on IntegriCloud