From 59c7d78e37386d14fc3ed550cd4c57423b381ea1 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Tue, 9 Sep 2025 11:01:55 -0500 Subject: [PATCH] Separating the revoke client functionality from the main vpn lists. --- src/app/views/VPN/VPN.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => (