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