94 lines
2.9 KiB
Plaintext
94 lines
2.9 KiB
Plaintext
<div class="card table-card">
|
|
<div class="card-header">
|
|
<h5>Application Sales</h5>
|
|
<div class="card-header-right">
|
|
<ul class="list-unstyled card-option">
|
|
<li class="first-opt"><i class="feather icon-chevron-left open-card-option"></i></li>
|
|
<li><i class="feather icon-maximize full-card"></i></li>
|
|
<li><i class="feather icon-minus minimize-card"></i></li>
|
|
<li><i class="feather icon-refresh-cw reload-card"></i></li>
|
|
<li><i class="feather icon-trash close-card"></i></li>
|
|
<li><i class="feather icon-chevron-left open-card-option"></i></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="card-block p-b-0">
|
|
<div class="table-responsive">
|
|
<table class="table table-hover table-borderless m-b-0">
|
|
<thead>
|
|
<tr>
|
|
<th>Application</th>
|
|
<th>Sales</th>
|
|
<th>Change</th>
|
|
<th>Avg Price</th>
|
|
<th>Total</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div class="d-inline-block align-middle">
|
|
<h6>Able Pro</h6>
|
|
<p class="text-muted m-b-0">Powerful Admin Theme</p>
|
|
</div>
|
|
</td>
|
|
<td>16,300</td>
|
|
<td>
|
|
<div id="app-sale1" style="height:50px"></div>
|
|
</td>
|
|
<td>$53</td>
|
|
<td class="text-c-blue">$15,652</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="d-inline-block align-middle">
|
|
<h6>Photoshop</h6>
|
|
<p class="text-muted m-b-0">Design Software</p>
|
|
</div>
|
|
</td>
|
|
<td>26,421</td>
|
|
<td>
|
|
<div id="app-sale2" style="height:50px"></div>
|
|
</td>
|
|
<td>$35</td>
|
|
<td class="text-c-blue">$18,785</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="d-inline-block align-middle">
|
|
<h6>Guruable</h6>
|
|
<p class="text-muted m-b-0">Best Admin Template</p>
|
|
</div>
|
|
</td>
|
|
<td>8,265</td>
|
|
<td>
|
|
<div id="app-sale3" style="height:50px"></div>
|
|
</td>
|
|
<td>$98</td>
|
|
<td class="text-c-blue">$9,652</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="d-inline-block align-middle">
|
|
<h6>Flatable</h6>
|
|
<p class="text-muted m-b-0">Admin App</p>
|
|
</div>
|
|
</td>
|
|
<td>10,652</td>
|
|
<td>
|
|
<div id="app-sale4" style="height:50px"></div>
|
|
</td>
|
|
<td>$20</td>
|
|
<td class="text-c-blue">$7,856</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="card-footer">
|
|
<div class="text-right">
|
|
<a href="#!" class=" b-b-primary text-primary">View all Projects</a>
|
|
</div>
|
|
</div>
|
|
</div>
|