From c00ca045d6eab3733c220918a40d521a43bbf3ce Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Tue, 9 Sep 2025 14:17:34 -0500 Subject: [PATCH] Adding a server status dialog. --- src/app/views/VPN/VPN.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/VPN/VPN.jsx b/src/app/views/VPN/VPN.jsx index 8d95d85..c7725a0 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -77,7 +77,7 @@ const VPN = () => { return ( - Available OpenVPN ClientsStatus: { serverStatus ? 'Active' : 'Inactive' } + Available OpenVPN ClientsStatus: { serverStatus ? 'Active' : 'Inactive' } Connected OpenVPN Clients -- 2.43.0