Skip to content

Commit

Permalink
Merge pull request #301 from dar3khudy/patch-1
Browse files Browse the repository at this point in the history
Update vpn_info.html
  • Loading branch information
furlongm authored Dec 27, 2024
2 parents 68fda21 + e764ccd commit 459c5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn_monitor/templates/vpn_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3 class="panel-title">{{ vpn.get('name') }}</h3>
<td>{{ pingable }}</td>
<td>{{ nclients }}</td>
<td>{{ bytesin }} ({{ bytesin | get_naturalsize }})</td>
<td>{{ bytesout }} ({{ bytesin | get_naturalsize }})</td>
<td>{{ bytesout }} ({{ bytesout | get_naturalsize }})</td>
<td>{{ up_since.strftime(datetime_format) }}</td>
<td>{{ local_ip }}</td>
{% if vpn_mode == 'Client' %}
Expand Down

0 comments on commit 459c5d3

Please sign in to comment.