|
|
|
@ -489,6 +489,8 @@
|
|
|
|
|
<table class="table table-bordered table-hover table-striped">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Client Moniker</th>
|
|
|
|
|
<th>Short Name</th>
|
|
|
|
|
<th>Date/Time</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
<th>Currency</th>
|
|
|
|
@ -507,6 +509,8 @@
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr ng-repeat="trade in tradeLogs"
|
|
|
|
|
ng-class="{'tr_refund':trade.trans_type=='refund','tr_clearing':trade.trans_type=='clearing',warning:trade.clearing_status==2}">
|
|
|
|
|
<td ng-bind="trade.client_moniker"></td>
|
|
|
|
|
<td ng-bind="trade.short_name"></td>
|
|
|
|
|
<td ng-bind="trade.transaction_time||'NOT PROVIDED'"></td>
|
|
|
|
|
<td>
|
|
|
|
|
<img src="/static/images/royalpay_sign_s.png"
|
|
|
|
|