This commit is contained in:
Xavier Fiechter 2023-02-02 22:51:54 +01:00
parent 839c9d48b9
commit 4454e6f853

View file

@ -99,88 +99,33 @@
</a>
</h6>
<ul class="nav flex-column mb-2">
<li class="nav-item">
<a class="nav-link" href="#">
<span data-feather="database" class="align-text-bottom"></span>
LazyTiger 90A1C200
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<span data-feather="file-text" class="align-text-bottom"></span>
ExitedCow 2AEDB33F
</a>
</li>
</ul>
<ul class="nav flex-column mb-2">
<li class="nav-item">
<a class="nav-link" href="#">
<span data-feather="database" class="align-text-bottom"></span>
LazyTiger 90A1C200
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<span data-feather="file-text" class="align-text-bottom"></span>
ExitedCow 2AEDB33F
</a>
</li>
</ul>
</nav>
<main class="col-md-9 ms-sm-auto col-lg-10 px-md-4">
<div class="table-responsive" style="padding-top:1em" >
<table id="example" class="table table-striped table-sm">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">type</th>
<th scope="col">ref</th>
<th scope="col">label</th>
</tr>
</thead>
<tbody>
<tr>
<td>1,001</td>
<td>tx</td>
<td>f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd</td>
<td>Transaction</td>
</tr>
<tr>
<td>1,001</td>
<td>addr</td>
<td>bc1q34aq5drpuwy3wgl9lhup9892qp6svr8ldzyy7c</td>
<td>Address</td>
</tr>
<tr>
<td>1,001</td>
<td>input</td>
<td>0283409659355b6d1cc3c32decd5d561abaac86c37a353b52895a5e6c196d6f448</td>
<td>placeholder</td>
</tr><tr>
<td>1,001</td>
<td>random</td>
<td>f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd</td>
<td>placeholder</td>
</tr><tr>
<td>1,001</td>
<td>output</td>
<td>f91d0a8a78462bc59398f2c5d7a84fcff491c26ba54c4833478b202796c8aafd</td>
<td>placeholder</td>
</tr><tr>
<td>1,001</td>
<td>xpub</td>
<td>xpub661MyMwAqRbcFtXgS5sYJABqqG9YLmC4Q1Rdap9gSE8NqtwybGhePY2gZ29ESFjqJoCu1Rupje8YtGqsefD265TMg7usUDFdp6W1EGMcet8</td>
<td>Extended Public Key</td>
</tr>
</tbody>
</table>
</div>
</main>
</nav>
</div>
</div>