From: charleswrayjr Date: Tue, 9 Sep 2025 19:16:34 +0000 (-0500) Subject: Adding a server status dialog. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=28bedd65785ae986c1e6550319c2624068f87905;p=phs-admin.git Adding a server status dialog. --- diff --git a/src/app/views/VPN/VPN.jsx b/src/app/views/VPN/VPN.jsx index 03f4d19..8d95d85 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -73,6 +73,8 @@ const VPN = () => { ) }); + console.log('serverStatus', serverStatus); + return ( Available OpenVPN ClientsStatus: { serverStatus ? 'Active' : 'Inactive' }