summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-11-29 16:53:52 +0000
committerColin Fleming <cj_fleming@sky.com>2015-11-29 16:53:52 +0000
commit63ff711e313410f5497fcc377e408cd9cb198a04 (patch)
treecbe67934d693f06e0aacde2685b8404ee93b3cf2 /src/usr/local/www/diag_tables.php
parentcbe639a8a2575b3148c9b5069be78b0a89b3b429 (diff)
downloadpfsense-63ff711e313410f5497fcc377e408cd9cb198a04.zip
pfsense-63ff711e313410f5497fcc377e408cd9cb198a04.tar.gz
Tidy up some files
"status_rrd_graphcs.php" Remove opening curly bracket "diag_tables.php" Table header only has one column, however the table body has two, so add missing column in table header "diag_sockets.php" Add missing start TR tag
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 845d7a7..b75b29b 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -166,6 +166,7 @@ events.push(function(){
<thead>
<tr>
<th><?=gettext("IP Address")?></th>
+ <th></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud