From: charleswrayjr Date: Mon, 8 Sep 2025 04:36:38 +0000 (-0500) Subject: Running in dev mode to allow faster reloading. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=07c4a59976bda5258c04d9b37bb49bcee6e6326e;p=phs-admin.git Running in dev mode to allow faster reloading. --- diff --git a/src/app/views/VPN/VPN.jsx b/src/app/views/VPN/VPN.jsx index e923618..63d229e 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -91,6 +91,7 @@ const VPN = () => { columns={[ { accessorKey: 'name', header: 'Name' }, { accessorKey: 'ip', header: 'IP' }, + { accessorKey: 'virtual_ip', header: 'Virtual IP' }, { accessorKey: 'connectedSince', header: 'Connected Since' }, ]} data={clients}