mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
Commenting out count boxes for now
This commit is contained in:
parent
13dfe383f3
commit
44fd76b422
@ -23,9 +23,11 @@
|
||||
<div class="container">
|
||||
<div class="option-box">
|
||||
<h4 class="option-box__headline">Bank</h4>
|
||||
<!--
|
||||
<div class="count-box">
|
||||
<span class="count-box__number">0</span>
|
||||
</div>
|
||||
-->
|
||||
<select id="bank_selector" name="Bank" class="option-box__select">
|
||||
<option value="Choose from..." class="option-box__option">Choose from...</option>
|
||||
<option value="Choose from..." class="option-box__option">Placeholder</option>
|
||||
@ -34,9 +36,11 @@
|
||||
</div>
|
||||
<div class="option-box">
|
||||
<h4 class="option-box__headline">Accounts</h4>
|
||||
<!--
|
||||
<div class="count-box">
|
||||
<span class="count-box__number">0</span>
|
||||
</div>
|
||||
-->
|
||||
<select id="account_selector" name="Accounts" class="option-box__select">
|
||||
<option value="Choose from..." class="option-box__option">Choose from...</option>
|
||||
<option value="Choose from..." class="option-box__option">Placeholder</option>
|
||||
@ -45,9 +49,11 @@
|
||||
</div>
|
||||
<div class="option-box">
|
||||
<h4 class="option-box__headline">Views</h4>
|
||||
<!--
|
||||
<div class="count-box">
|
||||
<span class="count-box__number">0</span>
|
||||
</div>
|
||||
-->
|
||||
<select id="view_selector" name="Views" class="option-box__select">
|
||||
<option value="Choose from..." class="option-box__option">Choose from...</option>
|
||||
<option value="Choose from..." class="option-box__option">Placeholder</option>
|
||||
@ -56,9 +62,11 @@
|
||||
</div>
|
||||
<div class="option-box">
|
||||
<h4 class="option-box__headline">Counterparties</h4>
|
||||
<!--
|
||||
<div class="count-box">
|
||||
<span class="count-box__number">0</span>
|
||||
</div>
|
||||
-->
|
||||
<select id="counterparty_selector" name="Counterparties" class="option-box__select">
|
||||
<option value="Choose from..." class="option-box__option">Choose from...</option>
|
||||
<option value="Choose from..." class="option-box__option">placeholder</option>
|
||||
@ -67,9 +75,11 @@
|
||||
</div>
|
||||
<div class="option-box">
|
||||
<h4 class="option-box__headline">Transactions</h4>
|
||||
<!--
|
||||
<div class="count-box">
|
||||
<span class="count-box__number">0</span>
|
||||
</div>
|
||||
-->
|
||||
<select id="transaction_selector" name="Transactions" class="option-box__select">
|
||||
<option value="Choose from..." class="option-box__option">Choose from...</option>
|
||||
<option value="Choose from..." class="option-box__option">Placeholder</option>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user