mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 18:26:40 +00:00
Allow picking ips when creating stuff
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user