Added sane result set indicators.

This patch changes (x found) to X to Y of Z in all
locations in the app, so that we can be accurate about how many
things are in storyboard.

Change-Id: Ic69169d0495e2e327de9a0aef4d12ed67593dd76
This commit is contained in:
Michael Krotscheck
2015-03-06 10:32:15 -08:00
committed by Yolanda Robla
parent 2c71c40ce5
commit a4485c50fd
10 changed files with 91 additions and 16 deletions

View File

@@ -42,9 +42,12 @@
</div>
<div class="col-md-6 col-sm-5 hidden-xs">
<div class="form form-horizontal">
<p class="form-control-static text-muted">
({{projectGroups.length}} found)
</p>
<result-set-size
class="form-control-static text-muted"
total="searchTotal"
offset="searchOffset"
limit="searchLimit"
/>
</div>
</div>
<div class="col-sm-3 col-xs-2">

View File

@@ -42,9 +42,12 @@
</div>
<div class="col-md-6 col-sm-5 hidden-xs">
<div class="form form-horizontal">
<p class="form-control-static text-muted">
({{users.length}} found)
</p>
<result-set-size
class="form-control-static text-muted"
total="searchTotal"
offset="searchOffset"
limit="searchLimit"
/>
</div>
</div>
<div class="col-sm-3 col-xs-2">