fix(edge): restore search bar to app templates page EE-2522 (#7313)

pull/7315/head^2
matias-portainer 2022-07-26 11:04:56 -03:00 committed by GitHub
parent 3acefba069
commit 728e885b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -39,6 +39,22 @@
></template-list-sort>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="searchBar items-center flex gap-1">
<pr-icon icon="'search'" feather="true"></pr-icon>
<input
type="text"
class="searchInput"
ng-model="$ctrl.state.textFilter"
ng-change="$ctrl.onTextFilterChange()"
placeholder="Search..."
auto-focus
ng-model-options="{ debounce: 300 }"
/>
</div>
</div>
</div>
</div>
<div class="blocklist">