mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
7 lines
338 B
HTML
7 lines
338 B
HTML
<div class="filter-box-element" ng-show="collection.length">
|
|
<span class="filter-message" ng-if="filterModel">
|
|
Showing {{ (collection|filter:filterModel).length }} of {{ collection.length }} {{ filterName }}
|
|
</span>
|
|
<input class="form-control" type="text" ng-model="filterModel" placeholder="Filter {{ filterName }}...">
|
|
</div>
|