summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_openvpn.php')
-rw-r--r--usr/local/www/status_openvpn.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/status_openvpn.php b/usr/local/www/status_openvpn.php
index 4956821..e5ac31b 100644
--- a/usr/local/www/status_openvpn.php
+++ b/usr/local/www/status_openvpn.php
@@ -195,7 +195,9 @@ include("head.inc"); ?>
<table>
<tr>
<?php $ssvc = find_service_by_openvpn_vpnid($server['vpnid']); ?>
+ <td class="listr" align="center">
<?= get_service_status_icon($ssvc, true, true); ?>
+ </td>
<td><?= get_service_control_links($ssvc, true); ?></td>
</tr>
</table>
@@ -308,7 +310,9 @@ include("head.inc"); ?>
<table>
<tr>
<?php $ssvc = find_service_by_openvpn_vpnid($sk_server['vpnid']); ?>
+ <td class="listr" align="center">
<?= get_service_status_icon($ssvc, false, true); ?>
+ </td>
<td><?= get_service_control_links($ssvc, true); ?></td>
</tr>
</table>
@@ -371,7 +375,9 @@ include("head.inc"); ?>
<table>
<tr>
<?php $ssvc = find_service_by_openvpn_vpnid($client['vpnid']); ?>
+ <td class="listr" align="center">
<?= get_service_status_icon($ssvc, false, true); ?>
+ </td>
<td><?= get_service_control_links($ssvc, true); ?></td>
</tr>
</table>
OpenPOWER on IntegriCloud