Initial startup
This commit is contained in:
parent
e414a501aa
commit
158bf98871
44 changed files with 5339 additions and 144 deletions
27
src/main/resources/web/symbol_overview.tmpl
Normal file
27
src/main/resources/web/symbol_overview.tmpl
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
|
||||
<h1">Market Overview</h1>
|
||||
</div>
|
||||
|
||||
<h2>Open Trades</h2>
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue