mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-23 03:59:25 +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"
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue