summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-09 17:46:31 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-09 17:46:31 +0545
commit8bbfa70890819496c5d4dadf896aed158f34aebf (patch)
treeaafcb0ead2634808b415d39074c8ca8839480c11 /src/usr/local/www
parent811fbcd82624689ae077633e076947ca06ba3456 (diff)
downloadpfsense-8bbfa70890819496c5d4dadf896aed158f34aebf.zip
pfsense-8bbfa70890819496c5d4dadf896aed158f34aebf.tar.gz
OpenVPN Widget fix column header text
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/widgets/widgets/openvpn.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/openvpn.widget.php b/src/usr/local/www/widgets/widgets/openvpn.widget.php
index 064f207..8a02f3d 100644
--- a/src/usr/local/www/widgets/widgets/openvpn.widget.php
+++ b/src/usr/local/www/widgets/widgets/openvpn.widget.php
@@ -197,7 +197,7 @@ $clients = openvpn_get_active_clients();
<table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
- <th>Remote/Virtual IP</th>
+ <th>Name/Time</th>
<th>Remote/Virtual IP</th>
<th></th>
</tr>
OpenPOWER on IntegriCloud