summaryrefslogtreecommitdiffstats
path: root/src
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
parentf25e48e4cbe6423ff76216b9c3b48e4908518aec (diff)
downloadpfsense-edfefd7ee9b5a8d7f51c356b8ad60af9f760b505.zip
pfsense-edfefd7ee9b5a8d7f51c356b8ad60af9f760b505.tar.gz
Required fields in diagnostics
(cherry picked from commit 3e2028f4dca359e715058d2c35ae0df5b939657e)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_authentication.php4
-rw-r--r--src/usr/local/www/diag_dns.php2
-rw-r--r--src/usr/local/www/diag_ping.php2
-rw-r--r--src/usr/local/www/diag_testport.php4
-rw-r--r--src/usr/local/www/diag_traceroute.php2
5 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/local/www/diag_authentication.php b/src/usr/local/www/diag_authentication.php
index c307a1b..1a0e70e 100644
--- a/src/usr/local/www/diag_authentication.php
+++ b/src/usr/local/www/diag_authentication.php
@@ -127,7 +127,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Input(
'username',
- 'Username',
+ '*Username',
'text',
$pconfig['username'],
['placeholder' => 'Username']
@@ -135,7 +135,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'password',
- 'Password',
+ '*Password',
'password',
$pconfig['password'],
['placeholder' => 'Password']
diff --git a/src/usr/local/www/diag_dns.php b/src/usr/local/www/diag_dns.php
index de92ef8..b6082a6 100644
--- a/src/usr/local/www/diag_dns.php
+++ b/src/usr/local/www/diag_dns.php
@@ -251,7 +251,7 @@ $section = new Form_Section('DNS Lookup');
$section->addInput(new Form_Input(
'host',
- 'Hostname',
+ '*Hostname',
'text',
$host,
['placeholder' => 'Hostname to look up.']
diff --git a/src/usr/local/www/diag_ping.php b/src/usr/local/www/diag_ping.php
index d3f4e40..236b64c 100644
--- a/src/usr/local/www/diag_ping.php
+++ b/src/usr/local/www/diag_ping.php
@@ -160,7 +160,7 @@ $section = new Form_Section('Ping');
$section->addInput(new Form_Input(
'host',
- 'Hostname',
+ '*Hostname',
'text',
$host,
['placeholder' => 'Hostname to ping']
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.']
diff --git a/src/usr/local/www/diag_traceroute.php b/src/usr/local/www/diag_traceroute.php
index e637588..25163bf 100644
--- a/src/usr/local/www/diag_traceroute.php
+++ b/src/usr/local/www/diag_traceroute.php
@@ -154,7 +154,7 @@ $section = new Form_Section('Traceroute');
$section->addInput(new Form_Input(
'host',
- 'Hostname',
+ '*Hostname',
'text',
$host,
['placeholder' => 'Hostname to trace.']
OpenPOWER on IntegriCloud