diff --git a/src/www/status_openvpn.php b/src/www/status_openvpn.php
index 906ebcbe7..977309775 100644
--- a/src/www/status_openvpn.php
+++ b/src/www/status_openvpn.php
@@ -268,9 +268,9 @@ $( document ).ready(function() {
| =gettext("Name"); ?> |
- =gettext("Connected Since"); ?> |
- =gettext("Virtual Addr"); ?> |
=gettext("Remote Host"); ?> |
+ =gettext("Virtual Addr"); ?> |
+ =gettext("Connected Since"); ?> |
=gettext("Bytes Sent"); ?> |
=gettext("Bytes Rcvd"); ?> |
=gettext("Status"); ?> |
@@ -280,9 +280,9 @@ $( document ).ready(function() {
foreach ($clients as $client): ?>
">
| =$client['name'];?> |
- =$client['connect_time'];?> |
- =$client['virtual_addr'];?> |
=$client['remote_host'];?> |
+ =$client['virtual_addr'];?> |
+ =$client['connect_time'];?> |
=format_bytes($client['bytes_sent']);?> |
=format_bytes($client['bytes_recv']);?> |
=$client['status'];?> |