From: charleswrayjr Date: Tue, 9 Sep 2025 16:01:16 +0000 (-0500) Subject: Separating the revoke client functionality from the main vpn lists. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=5243be6f706936cfa26eff19446a5a0f0323272c;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 dcc8663..a48fbdc 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -45,7 +45,8 @@ const VPN = () => { ], data: availableClients, createDisplayMode: 'modal', - renderCreateRowDialogContent: () => ( setCreateOpen(false)} onCreate={handleCreateClientSubmit} />) + renderCreateRowDialogContent: () => ( setCreateOpen(false)} onCreate={handleCreateClientSubmit} />), + enableColumnActions: true }); const fetchClients = async () => {