mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-11 05:15:20 +00:00
All field of add monero node form is required
This commit is contained in:
parent
394f5654c6
commit
f7fe431c5d
1 changed files with 3 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
||||||
class="input variant-form-material"
|
class="input variant-form-material"
|
||||||
name="hostname"
|
name="hostname"
|
||||||
type="text"
|
type="text"
|
||||||
|
required
|
||||||
placeholder="Eg: node.example.com or 172.16.17.18"
|
placeholder="Eg: node.example.com or 172.16.17.18"
|
||||||
disabled={isProcessing}
|
disabled={isProcessing}
|
||||||
/>
|
/>
|
||||||
|
@ -74,6 +75,7 @@
|
||||||
class="input variant-form-material"
|
class="input variant-form-material"
|
||||||
name="port"
|
name="port"
|
||||||
type="number"
|
type="number"
|
||||||
|
required
|
||||||
placeholder="Eg: 18081"
|
placeholder="Eg: 18081"
|
||||||
disabled={isProcessing}
|
disabled={isProcessing}
|
||||||
/>
|
/>
|
||||||
|
@ -107,7 +109,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Here you can find list of <a class="anchor" href="/remote-nodes">Monero Remote Node</a>.
|
Here you can find list of <a class="anchor" href="/remote-nodes/">Monero Remote Node</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue