]> PHS Git Server - phs-admin.git/commitdiff
Separating the revoke client functionality from the main vpn lists.
authorcharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 16:04:59 +0000 (11:04 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 16:04:59 +0000 (11:04 -0500)
src/app/views/VPN/VPN.jsx

index fa31dee3cb04b09e14cb36618e672c7066c9df16..b3ce55e9cb73b28bcf94013a2b063f7bcb6bc3c8 100644 (file)
@@ -46,7 +46,9 @@ const VPN = () => {
     data: availableClients,
     createDisplayMode: 'modal',
     renderCreateRowDialogContent: () => (<CreateVPNClientDialog open={createOpen} onClose={() => setCreateOpen(false)} onCreate={handleCreateClientSubmit} />),
-    enableColumnActions: true
+    enableTopToolbar: true,
+    enableToolbarInternalActions: true,
+    enableRowActions: true,
   });
 
   const fetchClients = async () => {