|
|
|
@ -215,7 +215,7 @@
|
|
|
|
|
<p class="mb-0 m-t-20 text-light">Yesterday: {{transcommon.yes.trade_count}} <span class="pull-right" ng-class="{'text-red':transcommon.today.trade_count<transcommon.yes.trade_count}">
|
|
|
|
|
<i class="fa fa-caret-up m-r-5" ng-if="transcommon.today.trade_count >=transcommon.yes.trade_count"></i>
|
|
|
|
|
<i class="fa fa-caret-down m-r-5 " ng-if="transcommon.today.trade_count<transcommon.yes.trade_count"></i>
|
|
|
|
|
{{transcommon.trade_count_rise|number:2|abs}}%</span></p>
|
|
|
|
|
{{transcommon.trade_count_rise|abs}}%</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3 col-sm-6 col-xs-12">
|
|
|
|
@ -235,15 +235,13 @@
|
|
|
|
|
<div class="mini-stat clearfix bg-info">
|
|
|
|
|
<span class="mini-stat-icon bg-light"><i class="glyphicon glyphicon-btc text-info"></i></span>
|
|
|
|
|
<div class="mini-stat-info text-right text-light">
|
|
|
|
|
<span class="counter text-white" ng-bind="transcommon.not_settled|currency:'AUD '">20544</span>
|
|
|
|
|
<span class="counter text-white">
|
|
|
|
|
{{transcommon.not_settled|currency:'AUD '}} <a role="button" ng-click="toShowUnSettledDialog()" ng-if="manual_settle&&([1]|withRole)">
|
|
|
|
|
<i class="fa fa-info-circle text-black" uib-tooltip="withdraw deposit" aria-hidden="true"></i></a>
|
|
|
|
|
</span>
|
|
|
|
|
UNSETTLED
|
|
|
|
|
</div>
|
|
|
|
|
<p class="mb-0 m-t-20 text-light">Latest: {{transcommon.latest_settle|currency:'AUD '}} <span class="pull-right" ng-class="{'text-red':transcommon.not_settled<transcommon.latest_settle}">
|
|
|
|
|
<i class="fa fa-caret-up m-r-5" ng-if="transcommon.not_settled >=transcommon.latest_settle"></i>
|
|
|
|
|
<i class="fa fa-caret-down m-r-5" ng-if="transcommon.not_settled<transcommon.latest_settle"></i>
|
|
|
|
|
{{transcommon.not_settled_rise|number:2|abs}}% </span>
|
|
|
|
|
<a role="button" ng-click="toShowUnSettledDialog()" ng-if="manual_settle&&([1]|withRole)">
|
|
|
|
|
<i class="fa fa-info-circle text-black" uib-tooltip="withdraw deposit" aria-hidden="true"></i></a>
|
|
|
|
|
<p class="mb-0 m-t-20 text-light">Latest settlement: {{transcommon.latest_settle|currency:'AUD '}}
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -321,7 +319,12 @@
|
|
|
|
|
<div class="col-md-8 col-sm-8 col-xs-12" >
|
|
|
|
|
<div class="card m-b-30">
|
|
|
|
|
<div class="card-body" style="height: 500px">
|
|
|
|
|
<h4 class="mt-0 m-b-15 header-title">Settlement Logs</h4>
|
|
|
|
|
<h4 class="mt-0 m-b-15 header-title">
|
|
|
|
|
Settlement Logs
|
|
|
|
|
<a style="float: right" role="button" ui-sref="settlementlogs">+ more</a>
|
|
|
|
|
</h4>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-hover mb-0">
|
|
|
|
@ -350,22 +353,6 @@
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-footer" ng-if="settlementLogs.length">
|
|
|
|
|
<uib-pagination class="pagination"
|
|
|
|
|
total-items="pagination.totalCount"
|
|
|
|
|
boundary-links="true"
|
|
|
|
|
ng-model="pagination.page"
|
|
|
|
|
items-per-page="pagination.limit"
|
|
|
|
|
max-size="10"
|
|
|
|
|
ng-change="loadSettlementLogs()"
|
|
|
|
|
previous-text="‹"
|
|
|
|
|
next-text="›"
|
|
|
|
|
first-text="«"
|
|
|
|
|
last-text="»"></uib-pagination>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-12">Total Records:{{pagination.totalCount}};Total Pages:{{pagination.totalPages}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|