]> PHS Git Server - phs-admin.git/commitdiff
Separating the revoke client functionality from the main vpn lists.
authorcharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 16:01:55 +0000 (11:01 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 16:01:55 +0000 (11:01 -0500)
src/app/views/VPN/VPN.jsx

index a48fbdcc111e5d6ada475ab0e1757b4634f66b02..fa31dee3cb04b09e14cb36618e672c7066c9df16 100644 (file)
@@ -28,7 +28,7 @@ const VPN = () => {
       { accessorFn: row => clients.find( c => c.name === row.clientName ) ? 'Yes' : 'No', header: 'Connected' },
       { accessorFn: row => row.hasOvpn ? 'Yes' : 'No', header: 'Has Profile' },
       {
-        header: 'Actions',
+        header: 'Revoke',
         Cell: ({ row }) => (
           <Button
             variant="contained"