mirror of https://github.com/jetkvm/kvm.git
now loads name config on page load
This commit is contained in:
parent
5a5a477966
commit
ee1c8eb424
|
@ -89,7 +89,7 @@ export default function SettingsAppearanceRoute() {
|
|||
required
|
||||
label=""
|
||||
placeholder="Enter Device Name"
|
||||
description={`DNS Name: ${nameConfig.dns}`}
|
||||
description={`DNS: ${nameConfig.dns}`}
|
||||
defaultValue={nameConfig.name}
|
||||
onChange={e => handleDeviceNameChange(e.target.value)}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue