Tweak HTML to show some fields

This commit is contained in:
Oskar Thoren
2021-01-19 18:56:06 +08:00
parent 32ccb42613
commit 25c18b88ce

View File

@@ -13,26 +13,42 @@
<div class="container" style="width: 650px;">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center">SWAP</h1>
<h1 class="text-center">Minimal Swap PoC</h1>
<hr/>
<br/>
<div id="loader">
<p class="text-center">Loading...</p>
</div>
<div id="content" style="display: none;">
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Name</th>
<th scope="col">Balance</th>
</tr>
</thead>
<tbody id="swapResults">
</tbody>
</table>
<div id="alice">
<h2>Alice</h2>
<p id="accountAddress"></p>
<p id="aliceBalance"></p>
</div>
<div id="aliceSwap">
<h2>Alice Swap</h2>
</div>
<div id="bob">
<h2>Bob</h2>
</div>
<div id="bobSwap">
<h2>Bob Swap</h2>
</div>
<!-- <table class="table"> -->
<!-- <thead> -->
<!-- <tr> -->
<!-- <th scope="col">#</th> -->
<!-- <th scope="col">Name</th> -->
<!-- <th scope="col">Balance</th> -->
<!-- </tr> -->
<!-- </thead> -->
<!-- <tbody id="swapResults"> -->
<!-- </tbody> -->
<!-- </table> -->
<hr/>
<p id="accountAddress" class="text-center"></p>
<!-- <p id="accountAddress" class="text-center"></p> -->
</div>
</div>
</div>