summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-15 21:09:40 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-15 21:09:40 -0500
commite9701cfecfb6465ed70abd1250c6110e8690c247 (patch)
treed25365f56ea0440fa0aae9e2ba46f3ea276bae64 /src/usr/local/www/status_openvpn.php
parentaccb5203fab95bb428768ad579989136415274e5 (diff)
downloadpfsense-e9701cfecfb6465ed70abd1250c6110e8690c247.zip
pfsense-e9701cfecfb6465ed70abd1250c6110e8690c247.tar.gz
Fixed #5617
Table columns corrected
Diffstat (limited to 'src/usr/local/www/status_openvpn.php')
-rw-r--r--src/usr/local/www/status_openvpn.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index 059506f..98438e3 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -208,7 +208,7 @@ include("head.inc"); ?>
</tbody>
<tfoot>
<tr>
- <td>
+ <td colspan="2">
<table>
<tr>
<td>
@@ -219,6 +219,8 @@ include("head.inc"); ?>
</tr>
</table>
</td>
+ <td colspan="5">
+ </td>
</tr>
</tfoot>
</table>
@@ -260,7 +262,7 @@ include("head.inc"); ?>
</tbody>
<tfoot>
<tr>
- <td><?= gettext("An IP address followed by C indicates a host currently connected through the VPN.") ?></td>
+ <td colspan="4"><?= gettext("An IP address followed by C indicates a host currently connected through the VPN.") ?></td>
</tr>
</tfoot>
</table>
@@ -286,6 +288,7 @@ include("head.inc"); ?>
<thead>
<tr>
<th><?=gettext("Name"); ?></th>
+ <th><?=gettext("Status"); ?></th>
<th><?=gettext("Connected Since"); ?></th>
<th><?=gettext("Virtual Addr"); ?></th>
<th><?=gettext("Remote Host"); ?></th>
OpenPOWER on IntegriCloud