summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_ping.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-22 15:34:10 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-22 15:34:10 +0545
commit3e2028f4dca359e715058d2c35ae0df5b939657e (patch)
treeb03c3c4ca915f58421b6fa8f031dda1aff4d1171 /src/usr/local/www/diag_ping.php
parentb2bb49709d6d1cb845f2c7caf40bebe375ecb2d7 (diff)
downloadpfsense-3e2028f4dca359e715058d2c35ae0df5b939657e.zip
pfsense-3e2028f4dca359e715058d2c35ae0df5b939657e.tar.gz
Required fields in diagnostics
Diffstat (limited to 'src/usr/local/www/diag_ping.php')
-rw-r--r--src/usr/local/www/diag_ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_ping.php b/src/usr/local/www/diag_ping.php
index 492e98a..0e87f2e 100644
--- a/src/usr/local/www/diag_ping.php
+++ b/src/usr/local/www/diag_ping.php
@@ -128,7 +128,7 @@ $section = new Form_Section('Ping');
$section->addInput(new Form_Input(
'host',
- 'Hostname',
+ '*Hostname',
'text',
$host,
['placeholder' => 'Hostname to ping']
OpenPOWER on IntegriCloud