First swing.

This commit is contained in:
2025-10-12 17:44:54 +00:00
parent 33454bc4e1
commit e5bd3c36f5
106 changed files with 7592 additions and 1270 deletions

View File

@@ -55,7 +55,7 @@ export function DhcpComponent() {
<div>
<Label htmlFor="dhcpRange">IP Range</Label>
<div className="flex w-full items-center mt-1">
<Input id="dhcpRange" value="192.168.8.100,192.168.8.239"/>
<Input id="dhcpRange" value="192.168.8.100,192.168.8.239" readOnly/>
<Button variant="ghost">
<HelpCircle/>
</Button>