summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@pfSense.org>2014-01-27 02:10:45 -0800
committerRenato Botelho <garga@pfSense.org>2014-01-27 02:10:45 -0800
commit2704796a212d5d58e87b8c02c0e2a097a4aea6fb (patch)
treec12d8732791bbceedf0ac1d4a8a965cad94e5113 /usr/local/www/status_openvpn.php
parent8467c588e48965a412e2a146b1fd033c3a4d7ea2 (diff)
parent30469c9b0c34c3353401363dd59d4b6d2551a7cd (diff)
downloadpfsense-2704796a212d5d58e87b8c02c0e2a097a4aea6fb.zip
pfsense-2704796a212d5d58e87b8c02c0e2a097a4aea6fb.tar.gz
Merge pull request #893 from N0YB/RELENG_2_1
The service status icon is not always in a table.
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