From: charleswrayjr Date: Tue, 9 Sep 2025 15:39:12 +0000 (-0500) Subject: Separating the revoke client functionality from the main vpn lists. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=56bf31066dbba323d6ad5cf09b4ea35c00c40c18;p=phs-admin.git Separating the revoke client functionality from the main vpn lists. --- diff --git a/src/app/components/VPN/CreateVPNClientDialog.jsx b/src/app/components/VPN/CreateVPNClientDialog.jsx index 30f1cf3..6f90550 100644 --- a/src/app/components/VPN/CreateVPNClientDialog.jsx +++ b/src/app/components/VPN/CreateVPNClientDialog.jsx @@ -23,7 +23,7 @@ const CreateVPNClientDialog = ( { open, onClose, onCreate }) => { value={useStaticIp} onChange={(e) => setUseStaticIp(e.target.value)} fullWidth - variant='standard'> + variant='outlined'> Dynamic IP Static IP