From: charleswrayjr Date: Tue, 9 Sep 2025 16:01:55 +0000 (-0500) Subject: Separating the revoke client functionality from the main vpn lists. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=59c7d78e37386d14fc3ed550cd4c57423b381ea1;p=phs-admin.git Separating the revoke client functionality from the main vpn lists. --- diff --git a/src/app/views/VPN/VPN.jsx b/src/app/views/VPN/VPN.jsx index a48fbdc..fa31dee 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -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 }) => (