Random fix: hide paginator when it has only one page
This commit is contained in:
parent
56cf7bcc4d
commit
94a2b8237a
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@
|
||||||
</div>
|
</div>
|
||||||
<p ng-show="onlyPending && txs.length == 0">No pending transactions proposals.</p>
|
<p ng-show="onlyPending && txs.length == 0">No pending transactions proposals.</p>
|
||||||
<p ng-show="!onlyPending && txs.length == 0">No transactions proposals yet.</p>
|
<p ng-show="!onlyPending && txs.length == 0">No transactions proposals yet.</p>
|
||||||
<pagination ng-show="!onlyPending && txs.length > 0" total-items="txs.length" items-per-page="txpItemsPerPage" page="txpCurrentPage" on-select-page="show()" class="pagination-small primary"></pagination>
|
<pagination ng-show="!onlyPending && txs.length > txpItemsPerPage" total-items="txs.length" items-per-page="txpItemsPerPage" page="txpCurrentPage" on-select-page="show()" class="pagination-small primary"></pagination>
|
||||||
</div>
|
</div>
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
<h4>Last transactions</h4>
|
<h4>Last transactions</h4>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue