summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_testport.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_testport.php
parentb2bb49709d6d1cb845f2c7caf40bebe375ecb2d7 (diff)
downloadpfsense-3e2028f4dca359e715058d2c35ae0df5b939657e.zip
pfsense-3e2028f4dca359e715058d2c35ae0df5b939657e.tar.gz
Required fields in diagnostics
Diffstat (limited to 'src/usr/local/www/diag_testport.php')
-rw-r--r--src/usr/local/www/diag_testport.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_testport.php b/src/usr/local/www/diag_testport.php
index 68e3a60..af38e17 100644
--- a/src/usr/local/www/diag_testport.php
+++ b/src/usr/local/www/diag_testport.php
@@ -218,7 +218,7 @@ $section = new Form_Section('Test Port');
$section->addInput(new Form_Input(
'host',
- 'Hostname',
+ '*Hostname',
'text',
$host,
['placeholder' => 'Hostname to look up.']
@@ -226,7 +226,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'port',
- 'Port',
+ '*Port',
'text',
$port,
['placeholder' => 'Port to test.']
OpenPOWER on IntegriCloud