summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
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