]> 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:01:16 +0000 (11:01 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 16:01:16 +0000 (11:01 -0500)
src/app/views/VPN/VPN.jsx

index dcc866386fb7c068b6849e5999ac3d1d17ec53be..a48fbdcc111e5d6ada475ab0e1757b4634f66b02 100644 (file)
@@ -45,7 +45,8 @@ const VPN = () => {
     ],
     data: availableClients,
     createDisplayMode: 'modal',
-    renderCreateRowDialogContent: () => (<CreateVPNClientDialog open={createOpen} onClose={() => setCreateOpen(false)} onCreate={handleCreateClientSubmit} />)
+    renderCreateRowDialogContent: () => (<CreateVPNClientDialog open={createOpen} onClose={() => setCreateOpen(false)} onCreate={handleCreateClientSubmit} />),
+    enableColumnActions: true
   });
 
   const fetchClients = async () => {