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) && (
|
{(formState.isDirty || formState.isSubmitting) && (
|
||||||
// <div className="animate-fadeInStill opacity-1 animation-duration-300">
|
|
||||||
<div>
|
<div>
|
||||||
<Button
|
<Button
|
||||||
size="SM"
|
size="SM"
|
||||||
|
|
@ -256,6 +255,7 @@ export default function SettingsNetworkRoute() {
|
||||||
<SettingsItem title="Hostname" description="Set the device hostname">
|
<SettingsItem title="Hostname" description="Set the device hostname">
|
||||||
<InputField
|
<InputField
|
||||||
size="SM"
|
size="SM"
|
||||||
|
placeholder="jetkvm"
|
||||||
{...register("hostname")}
|
{...register("hostname")}
|
||||||
error={formState.errors.hostname?.message}
|
error={formState.errors.hostname?.message}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue