summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_ping.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-24 12:56:26 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-24 12:56:26 +0545
commitfe54f09154f4116ceea6897bff54a624f1eb63bc (patch)
tree6837592e377ad98d62047ad0a3facf60d557d9bb /src/usr/local/www/diag_ping.php
parentf6b61e973ebfb3168774cb0c96485a22e76266f7 (diff)
downloadpfsense-fe54f09154f4116ceea6897bff54a624f1eb63bc.zip
pfsense-fe54f09154f4116ceea6897bff54a624f1eb63bc.tar.gz
Remaining required fields for Diag pages
Diffstat (limited to 'src/usr/local/www/diag_ping.php')
-rw-r--r--src/usr/local/www/diag_ping.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_ping.php b/src/usr/local/www/diag_ping.php
index 0e87f2e..9dedf4f 100644
--- a/src/usr/local/www/diag_ping.php
+++ b/src/usr/local/www/diag_ping.php
@@ -136,14 +136,14 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Select(
'ipproto',
- 'IP Protocol',
+ '*IP Protocol',
$ipproto,
['ipv4' => 'IPv4', 'ipv6' => 'IPv6']
));
$section->addInput(new Form_Select(
'sourceip',
- 'Source address',
+ '*Source address',
$sourceip,
array('' => gettext('Automatically selected (default)')) + get_possible_traffic_source_addresses(true)
))->setHelp('Select source address for the ping.');
OpenPOWER on IntegriCloud