trader/src/main/resources/web/symbol_overview.tmpl

35 lines
1,001 B
Cheetah
Raw Normal View History

2021-02-25 23:31:31 +01:00
<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
2021-04-13 22:14:35 +02:00
<h1>Market Overview</h1>
2021-02-25 23:31:31 +01:00
</div>
2021-04-13 22:14:35 +02:00
<div class="card flex-fill">
<div class="card-header">
<h5 class="card-title mb-0">Open Trades</h5>
</div>
<div class="card-body px-4">
<div class="table-responsive">
<table class="table table-striped table-sm">
<thead>
<tr>
<th>#</th>
<th>Header</th>
<th>Header</th>
<th>Header</th>
<th>Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>1,001</td>
<td>random</td>
<td>data</td>
<td>placeholder</td>
<td>text</td>
</tr>
</tbody>
</table>
</div>
</div>
2021-02-25 23:31:31 +01:00
</div>
2021-04-13 22:14:35 +02:00