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:
committed by
Yolanda Robla
parent
2c71c40ce5
commit
a4485c50fd
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user