Allow picking ips when creating stuff

This commit is contained in:
Owen
2025-04-18 14:41:27 -04:00
parent d664aa204f
commit 581fdd67b1
9 changed files with 212 additions and 156 deletions

View File

@@ -264,7 +264,7 @@ export default function CreateClientForm({
name="subnet"
render={({ field }) => (
<FormItem>
<FormLabel>Subnet</FormLabel>
<FormLabel>Address</FormLabel>
<FormControl>
<Input
autoComplete="off"
@@ -273,7 +273,7 @@ export default function CreateClientForm({
/>
</FormControl>
<FormDescription>
The subnet that this client will use for connectivity.
The address that this client will use for connectivity.
</FormDescription>
<FormMessage />
</FormItem>