Skip to content

Commit

Permalink
re-enable pagination for filemanager #137
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jul 11, 2018
1 parent a66feea commit 5a58852
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/layouts/_angulardirectives.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
</div>
</div>
<div class="filemanager-files-table">
<div class="table-responsive-wrapper"></div>
<div class="table-responsive-wrapper">
<table class="table table-hover table-responsive table-striped table-align-middle mt-4">
<thead class="thead-default">
<tr>
Expand Down Expand Up @@ -375,6 +375,10 @@
</tr>
</tbody>
</table>
</div>
<ul class="pagination">
<li ng-repeat="page in paginations" ng-class="{'active': page.isActive}" class="page-item"><a class="page-link" ng-click="getFilesForPage(page.index)">{{ page.label }}</a></li>
</ul>
</div>
</div>
<!-- /Files -->
Expand Down

0 comments on commit 5a58852

Please sign in to comment.