]> PHS Git Server - phs-admin.git/commitdiff
Adding a server status dialog.
authorcharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 19:16:34 +0000 (14:16 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 19:16:34 +0000 (14:16 -0500)
src/app/views/VPN/VPN.jsx

index 03f4d19ab067eeca574a9edefa70cfc6baaccbb7..8d95d85f36c47762c625f767450d66280cf6d174 100644 (file)
@@ -73,6 +73,8 @@ const VPN = () => {
     )
   });
 
+  console.log('serverStatus', serverStatus);
+
   return (
     <Container>
       <Typography variant="h5" className="mt-6">Available OpenVPN Clients<small>Status: <small style={{ color: serverStatus ? '#00FF00' : '#FF0000' }}>{ serverStatus ? 'Active' : 'Inactive' }</small></small></Typography>