fix : added transaction summary details
This commit is contained in:
parent
79cc372c6a
commit
e358205163
@ -20,9 +20,24 @@
|
|||||||
<col style="width: 65%" />
|
<col style="width: 65%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr *ngFor="let row of summaryRows | slice:0:4">
|
<tr>
|
||||||
|
<td class="custom-cell pure-white">Sales</td>
|
||||||
<td class="custom-cell pure-white"></td>
|
<td class="custom-cell pure-white"></td>
|
||||||
<td class="custom-cell pure-white"></td>
|
<td class="custom-cell pure-white"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="custom-cell pure-white">Cancel</td>
|
||||||
|
<td class="custom-cell pure-white"></td>
|
||||||
|
<td class="custom-cell pure-white"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="custom-cell pure-white">Payout</td>
|
||||||
|
<td class="custom-cell pure-white"></td>
|
||||||
|
<td class="custom-cell pure-white"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="custom-cell pure-white">Receive</td>
|
||||||
|
<td class="custom-cell pure-white"></td>
|
||||||
<td class="custom-cell pure-white"></td>
|
<td class="custom-cell pure-white"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user