From: charleswrayjr Date: Tue, 9 Sep 2025 14:03:06 +0000 (-0500) Subject: Adding available clients section to VPN page. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.css?a=commitdiff_plain;h=8c707163ba7bcad02bc0413c011bd49a1d2b16bd;p=phs-admin.git Adding available clients section to VPN page. --- 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' }, ]}