From 8c707163ba7bcad02bc0413c011bd49a1d2b16bd Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Tue, 9 Sep 2025 09:03:06 -0500 Subject: [PATCH] Adding available clients section to VPN page. --- src/app/views/VPN/VPN.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/views/VPN/VPN.jsx b/src/app/views/VPN/VPN.jsx index 139dc8e..6052d8a 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -51,6 +51,8 @@ const VPN = () => { setMessage( await VPNService.revokeClient( { revokeClientName }, fetchClients ) ); }; + console.log(availableClients); + return ( Create OpenVPN Client @@ -96,7 +98,7 @@ const VPN = () => { clients.find( c => c.name === row.clientName ), header: 'Connected' }, ]} -- 2.43.0