mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(swarm/ui): keep stack detail page on the top [EE-4931] (#8858)
This commit is contained in:
parent
58d130ee37
commit
1963d064a3
1 changed files with 12 additions and 1 deletions
|
@ -11,12 +11,23 @@
|
|||
<div class="searchBar vertical-center">
|
||||
<pr-icon icon="'search'" class-name="'searchIcon'"></pr-icon>
|
||||
<input
|
||||
ng-if="!$ctrl.notAutoFocus"
|
||||
auto-focus
|
||||
type="text"
|
||||
class="searchInput"
|
||||
ng-model="$ctrl.state.textFilter"
|
||||
ng-change="$ctrl.onTextFilterChange()"
|
||||
placeholder="Search for a service..."
|
||||
ng-model-options="{ debounce: 300 }"
|
||||
data-cy="service-searchInput"
|
||||
/>
|
||||
<input
|
||||
ng-if="$ctrl.notAutoFocus"
|
||||
type="text"
|
||||
class="searchInput"
|
||||
ng-model="$ctrl.state.textFilter"
|
||||
ng-change="$ctrl.onTextFilterChange()"
|
||||
placeholder="Search for a service..."
|
||||
auto-focus
|
||||
ng-model-options="{ debounce: 300 }"
|
||||
data-cy="service-searchInput"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue