]> 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 15:39:12 +0000 (10:39 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Tue, 9 Sep 2025 15:39:12 +0000 (10:39 -0500)
src/app/components/VPN/CreateVPNClientDialog.jsx

index 30f1cf3c6bff233d8e0b3a790155b4c219064608..6f9055072c90894b9ce62ecf80f57cea8f097a5c 100644 (file)
@@ -23,7 +23,7 @@ const CreateVPNClientDialog = ( { open, onClose, onCreate }) => {
                                                value={useStaticIp}
                                                onChange={(e) => setUseStaticIp(e.target.value)}
                                                fullWidth
-                                               variant='standard'>
+                                               variant='outlined'>
                                                <MenuItem value={false} >Dynamic IP</MenuItem>
                                                <MenuItem value={true} >Static IP</MenuItem>
                                        </Select>