adds label for round robin count input field
parent
59b148128f
commit
8d5401a1fa
|
@ -277,7 +277,7 @@ const Hosts = (
|
||||||
<TextField
|
<TextField
|
||||||
required
|
required
|
||||||
type="number"
|
type="number"
|
||||||
label={t("round_robin_hosts_count")}
|
label="How many Round Robin hosts should participate?"
|
||||||
defaultValue={roundRobinHostCount}
|
defaultValue={roundRobinHostCount}
|
||||||
{...register("roundRobinHostCount")}
|
{...register("roundRobinHostCount")}
|
||||||
min={1}
|
min={1}
|
||||||
|
|
Loading…
Reference in New Issue