From 0b1c299efc4bb8e4a5cadbff3867b1126175783c Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Tue, 9 Sep 2025 14:41:33 -0500 Subject: [PATCH] Adding a server status dialog. --- src/app/views/VPN/VPN.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/views/VPN/VPN.jsx b/src/app/views/VPN/VPN.jsx index 4952d8b..40e36e3 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -33,11 +33,11 @@ const VPN = () => { header: 'Banning', Cell: ({ row }) => ( - { + { setRevokeClientName( row.original.clientName ); setRevokeOpen( true ); }}> - { + { setRevokeClientName( row.original.clientName ); setRevokeOpen( true ); }}> -- 2.43.0