From e764ccde074cf83cbdfb99a8167c992179df4772 Mon Sep 17 00:00:00 2001 From: dar3khudy <97284098+dar3khudy@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:01:22 +0100 Subject: [PATCH] Update vpn_info.html bugfix for total out. --- openvpn_monitor/templates/vpn_info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn_monitor/templates/vpn_info.html b/openvpn_monitor/templates/vpn_info.html index 3e8cd62..d0e8207 100644 --- a/openvpn_monitor/templates/vpn_info.html +++ b/openvpn_monitor/templates/vpn_info.html @@ -44,7 +44,7 @@

{{ vpn.get('name') }}

{{ pingable }} {{ nclients }} {{ bytesin }} ({{ bytesin | get_naturalsize }}) - {{ bytesout }} ({{ bytesin | get_naturalsize }}) + {{ bytesout }} ({{ bytesout | get_naturalsize }}) {{ up_since.strftime(datetime_format) }} {{ local_ip }} {% if vpn_mode == 'Client' %}