summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-21 00:29:50 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-31 18:25:52 -0700
commit7b05178d985667b397520564deb93440bc8a4582 (patch)
tree27a42e3cb5cc45e6c48fac02fe938c7bad8d9988 /src/usr/local/www/status_openvpn.php
parent0a9d81fbfa737a6b260272217b2278ca00411fc6 (diff)
downloadpfsense-7b05178d985667b397520564deb93440bc8a4582.zip
pfsense-7b05178d985667b397520564deb93440bc8a4582.tar.gz
Status / OpenVPN - Status Indicator
Add prefixes to Status and Actions. Remove textual status. Icon and title should be fine.
Diffstat (limited to 'src/usr/local/www/status_openvpn.php')
-rw-r--r--src/usr/local/www/status_openvpn.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index 8bf81cb..f9fb85f 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -173,10 +173,12 @@ include("head.inc"); ?>
<td colspan="2">
<table>
<tr>
- <td>
<?php $ssvc = find_service_by_openvpn_vpnid($server['vpnid']); ?>
- <?= get_service_status_icon($ssvc, true, true); ?>
- <?= get_service_control_links($ssvc); ?>
+ <td>
+ <?= gettext("Status") . ": " . get_service_status_icon($ssvc, false, true, false, "service_state"); ?>
+ </td>
+ <td>
+ <?= gettext("Actions") . ": " . get_service_control_links($ssvc); ?>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud