mirror of https://github.com/jetkvm/kvm.git
Add placeholder to hostname
This commit is contained in:
parent
db64c649d4
commit
8449911343
|
|
@ -224,7 +224,6 @@ export default function SettingsNetworkRoute() {
|
|||
<>
|
||||
|
||||
{(formState.isDirty || formState.isSubmitting) && (
|
||||
// <div className="animate-fadeInStill opacity-1 animation-duration-300">
|
||||
<div>
|
||||
<Button
|
||||
size="SM"
|
||||
|
|
@ -256,6 +255,7 @@ export default function SettingsNetworkRoute() {
|
|||
<SettingsItem title="Hostname" description="Set the device hostname">
|
||||
<InputField
|
||||
size="SM"
|
||||
placeholder="jetkvm"
|
||||
{...register("hostname")}
|
||||
error={formState.errors.hostname?.message}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue