Skip to content

Commit

Permalink
Update vpn_info.html
Browse files Browse the repository at this point in the history
bugfix for total out.
  • Loading branch information
dar3khudy authored Dec 26, 2024
1 parent 68fda21 commit e764ccd
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 e764ccd

Please sign in to comment.