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
committerRenato Botelho <renato@netgate.com>2017-01-30 10:26:25 -0200
commit927c0074b5cf177dc09ff4471d6a04d9ee11678f (patch)
treec4799f2772df6964ea970cb00e9c83a2f1658c14 /src/usr/local/www/diag_ping.php
parent5c9dcd194ffe38b7009e0955ea6f029f15e93966 (diff)
downloadpfsense-927c0074b5cf177dc09ff4471d6a04d9ee11678f.zip
pfsense-927c0074b5cf177dc09ff4471d6a04d9ee11678f.tar.gz
Remaining required fields for Diag pages
(cherry picked from commit fe54f09154f4116ceea6897bff54a624f1eb63bc)
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 99cf498..d3f4e40 100644
--- a/src/usr/local/www/diag_ping.php
+++ b/src/usr/local/www/diag_ping.php
@@ -168,14 +168,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