mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 15:10:49 +00:00
40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<h1>Dashboard</h1>
|
|
<div class="col-md-12">
|
|
<div class="col-md-8">
|
|
<div class="col-md-12">
|
|
<!-- This is to get a sense of scale, I don't intend on any hardcoded heights!' -->
|
|
<div class="col-md-6" style=" height: 300px;">
|
|
<h3>Sell orders</h3>
|
|
</div>
|
|
<div class="col-md-6" style=" height: 300px;">
|
|
<h3>Buy orders</h3>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12" style=" height: 300px;">
|
|
<h3>Market depth chart</h3>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h4>Buy</h4>
|
|
<buy></buy>
|
|
</div>
|
|
<div class="col-md-4" style=" height: 300px;">
|
|
<h4>Sell</h4>
|
|
<sell></sell>
|
|
</div>
|
|
<div class="col-md-4" style=" height: 300px;">
|
|
<h4>Wallet quick look</h4>
|
|
See current holding of selected currency
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="col-md-6" style=" height: 400px;">
|
|
<h3>Trade History</h3>
|
|
</div>
|
|
<div class="col-md-6" style=" height: 400px;">
|
|
<h3>My Open Orders</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<enabledexchanges></enabledexchanges>
|
|
</div>
|
|
</div> |