Fixed: IPv4 instead of IP4
This commit is contained in:
parent
79436149eb
commit
c7427f8df8
|
@ -36,7 +36,7 @@ function HostSettings(props) {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.TEXT}
|
type={inputTypes.TEXT}
|
||||||
name="bindAddress"
|
name="bindAddress"
|
||||||
helpText="Valid IP4 address or '*' for all interfaces"
|
helpText="Valid IPv4 address or '*' for all interfaces"
|
||||||
helpTextWarning="Requires restart to take effect"
|
helpTextWarning="Requires restart to take effect"
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
{...bindAddress}
|
{...bindAddress}
|
||||||
|
|
Loading…
Reference in New Issue