Skip to content

Commit

Permalink
#151 Add pagination component on top of all the data lists
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 27, 2017
1 parent ae2d474 commit 5b0e5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/views/partials/search/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ <h3 class="box-title">Search result ({{searchResults.total}} records(s) found)</
</div>
<div class="box-body">
<div class="row">
<psearch control="searchResults"></psearch>
<div class="col-md-12" ng-repeat="value in searchResults.values" ng-switch="value.type">
<search-item type="case" value="value" ng-switch-when="case" icon="glyphicon glyphicon-folder-open"></search-item>
<search-item type="task" value="value" ng-switch-when="case_task" icon="glyphicon glyphicon-tasks"></search-item>
Expand Down

0 comments on commit 5b0e5ec

Please sign in to comment.