mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 08:11:49 +02:00
Small fix
This commit is contained in:
parent
6c766a6c7b
commit
37637714bd
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@
|
|||
<small class="text-muted">The official name of the registrar.</small>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="ianaId" class="form-label">IANA ID <small class="text-muted">(International Assigned Numbers Authority ID)</small></label>
|
||||
<label for="ianaId" class="form-label">IANA ID</label>
|
||||
<input type="number" class="form-control" id="ianaId" name="ianaId">
|
||||
<small class="text-muted">Unique identifier assigned by IANA.</small>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="clid" class="form-label required">CLID <small class="text-muted">(Client Identifier)</small></label>
|
||||
<label for="clid" class="form-label required">CLID</label>
|
||||
<input type="text" class="form-control" id="clid" name="clid">
|
||||
<small class="text-muted">Unique client identifier for the registrar.</small>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue