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
committerRenato Botelho <renato@netgate.com>2017-01-30 10:31:21 -0200
commitedfefd7ee9b5a8d7f51c356b8ad60af9f760b505 (patch)
tree1766f7fcf27370b2aea1490ffb010743739d5c7c /src/usr/local/www/diag_testport.php
parentf25e48e4cbe6423ff76216b9c3b48e4908518aec (diff)
downloadpfsense-edfefd7ee9b5a8d7f51c356b8ad60af9f760b505.zip
pfsense-edfefd7ee9b5a8d7f51c356b8ad60af9f760b505.tar.gz
Required fields in diagnostics
(cherry picked from commit 3e2028f4dca359e715058d2c35ae0df5b939657e)
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 a626464..6a8819a 100644
--- a/src/usr/local/www/diag_testport.php
+++ b/src/usr/local/www/diag_testport.php
@@ -250,7 +250,7 @@ $section = new Form_Section('Test Port');
$section->addInput(new Form_Input(
'host',
- 'Hostname',
+ '*Hostname',
'text',
$host,
['placeholder' => 'Hostname to look up.']
@@ -258,7 +258,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'port',
- 'Port',
+ '*Port',
'text',
$port,
['placeholder' => 'Port to test.']
OpenPOWER on IntegriCloud