]> PHS Git Server - phs-admin.git/commitdiff
Running in dev mode to allow faster reloading.
authorcharleswrayjr <charleswrayjr@gmail.com>
Mon, 8 Sep 2025 04:36:38 +0000 (23:36 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Mon, 8 Sep 2025 04:36:38 +0000 (23:36 -0500)
src/app/views/VPN/VPN.jsx

index e9236182891711374374ac4d5f60e63cf6d3c1ca..63d229ecb9f7564495f756d064daf4888427142c 100644 (file)
@@ -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}