mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-26 14:14:41 +02:00
Tiny UI improvement
This commit is contained in:
parent
8b74720d33
commit
c3427aaa9c
1 changed files with 3 additions and 3 deletions
|
@ -116,12 +116,12 @@
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="accountBalance" class="form-label required">Account Balance</label>
|
<label for="accountBalance" class="form-label required">Account Balance</label>
|
||||||
<input type="number" class="form-control" id="accountBalance" name="accountBalance" required>
|
<input type="number" step="0.01" class="form-control" id="accountBalance" name="accountBalance" required>
|
||||||
<small class="text-muted">Current balance in the registrar's account.</small>
|
<small class="text-muted">Current balance in the registrar's account.</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="creditLimit" class="form-label required">Credit Limit</label>
|
<label for="creditLimit" class="form-label required">Credit Limit</label>
|
||||||
<input type="number" class="form-control" id="creditLimit" name="creditLimit" required>
|
<input type="number" step="0.01" class="form-control" id="creditLimit" name="creditLimit" required>
|
||||||
<small class="text-muted">Maximum credit limit for the registrar.</small>
|
<small class="text-muted">Maximum credit limit for the registrar.</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="creditThreshold" class="form-label required">Credit Threshold</label>
|
<label for="creditThreshold" class="form-label required">Credit Threshold</label>
|
||||||
<input type="number" class="form-control" id="creditThreshold" name="creditThreshold" required>
|
<input type="number" step="0.01" class="form-control" id="creditThreshold" name="creditThreshold" required>
|
||||||
<small class="text-muted">Credit threshold triggering alerts or actions.</small>
|
<small class="text-muted">Credit threshold triggering alerts or actions.</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue