Edit client page done

This commit is contained in:
Owen
2025-04-18 15:32:20 -04:00
parent 581fdd67b1
commit dc49027b30
20 changed files with 491 additions and 26 deletions

View File

@@ -206,7 +206,6 @@ export default function GeneralPage() {
)}
/>
{/* New FormField for subnet input */}
<FormField
control={form.control}
name="subnet"
@@ -215,8 +214,8 @@ export default function GeneralPage() {
<FormLabel>Subnet</FormLabel>
<FormControl>
<Input
{...field}
placeholder="e.g., 192.168.1.0/24"
{...field}
disabled={true}
/>
</FormControl>
<FormMessage />