Bisq types list order.

This commit is contained in:
softsimon 2020-07-24 18:52:55 +07:00
parent 7f71781916
commit 6a4184a413
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -6,27 +6,7 @@
<div ngbDropdownMenu aria-labelledby="dropdownForm1"> <div ngbDropdownMenu aria-labelledby="dropdownForm1">
<form [formGroup]="radioGroupForm"> <form [formGroup]="radioGroupForm">
<label> <label>
<input type="checkbox" formControlName="GENESIS"> Genesis <input type="checkbox" formControlName="ASSET_LISTING_FEE"> Asset listing fee
</label>
<br>
<label>
<input type="checkbox" formControlName="TRANSFER_BSQ"> Transfer BSQ
</label>
<br>
<label>
<input type="checkbox" formControlName="PAY_TRADE_FEE"> Pay trade fee
</label>
<br>
<label>
<input type="checkbox" formControlName="PROPOSAL"> Proposal
</label>
<br>
<label>
<input type="checkbox" formControlName="COMPENSATION_REQUEST"> Compensation request
</label>
<br>
<label>
<input type="checkbox" formControlName="REIMBURSEMENT_REQUEST"> Reimbursement request
</label> </label>
<br> <br>
<label> <label>
@ -34,7 +14,11 @@
</label> </label>
<br> <br>
<label> <label>
<input type="checkbox" formControlName="VOTE_REVEAL"> Vote reveal <input type="checkbox" formControlName="COMPENSATION_REQUEST"> Compensation request
</label>
<br>
<label>
<input type="checkbox" formControlName="GENESIS"> Genesis
</label> </label>
<br> <br>
<label> <label>
@ -42,16 +26,32 @@
</label> </label>
<br> <br>
<label> <label>
<input type="checkbox" formControlName="UNLOCK"> Unlock <input type="checkbox" formControlName="PAY_TRADE_FEE"> Pay trade fee
</label>
<br>
<label>
<input type="checkbox" formControlName="ASSET_LISTING_FEE"> Asset listing fee
</label> </label>
<br> <br>
<label> <label>
<input type="checkbox" formControlName="PROOF_OF_BURN"> Proof of burn <input type="checkbox" formControlName="PROOF_OF_BURN"> Proof of burn
</label> </label>
<br>
<label>
<input type="checkbox" formControlName="PROPOSAL"> Proposal
</label>
<br>
<label>
<input type="checkbox" formControlName="REIMBURSEMENT_REQUEST"> Reimbursement request
</label>
<br>
<label>
<input type="checkbox" formControlName="TRANSFER_BSQ"> Transfer BSQ
</label>
<br>
<label>
<input type="checkbox" formControlName="UNLOCK"> Unlock
</label>
<br>
<label>
<input type="checkbox" formControlName="VOTE_REVEAL"> Vote reveal
</label>
</form> </form>
</div> </div>
</div> </div>