mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +02:00
fix(edge): restore search bar to app templates page EE-2522 (#7313)
This commit is contained in:
parent
3acefba069
commit
728e885b9d
1 changed files with 16 additions and 0 deletions
|
@ -39,6 +39,22 @@
|
||||||
></template-list-sort>
|
></template-list-sort>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
|
|
||||||
<div class="blocklist">
|
<div class="blocklist">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue