From: charleswrayjr Date: Tue, 9 Sep 2025 16:06:22 +0000 (-0500) Subject: Separating the revoke client functionality from the main vpn lists. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.css?a=commitdiff_plain;h=61df155f8582ca118d69c9591253b504e694823c;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 b3ce55e..c5839bb 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -44,11 +44,15 @@ const VPN = () => { }, ], data: availableClients, - createDisplayMode: 'modal', - renderCreateRowDialogContent: () => ( setCreateOpen(false)} onCreate={handleCreateClientSubmit} />), - enableTopToolbar: true, - enableToolbarInternalActions: true, - enableRowActions: true, + renderTopToolbarCustomActions: () => ( + + ) }); const fetchClients = async () => {