All field of add monero node form is required

This commit is contained in:
ditatompel 2024-05-08 20:12:16 +07:00
parent 394f5654c6
commit f7fe431c5d
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -64,6 +64,7 @@
class="input variant-form-material"
name="hostname"
type="text"
required
placeholder="Eg: node.example.com or 172.16.17.18"
disabled={isProcessing}
/>
@ -74,6 +75,7 @@
class="input variant-form-material"
name="port"
type="number"
required
placeholder="Eg: 18081"
disabled={isProcessing}
/>
@ -107,7 +109,7 @@
</div>
<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>
</div>
</section>