1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix search box for group (#7446)

This commit is contained in:
Richard Wei 2022-08-09 12:43:37 +12:00 committed by GitHub
parent 8d4cb5e16b
commit fb14a85483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 27 deletions

View file

@ -105,8 +105,7 @@
<tag-selector ng-if="$ctrl.model.TagIds" value="$ctrl.model.TagIds" on-change="($ctrl.onChangeTags)"> </tag-selector>
<div class="col-sm-12 form-section-title"> Associated environments by tags </div>
<div class="col-sm-12 form-group">
<div class="table-in-row">
<group-association-table
loaded="$ctrl.loaded"
page-type="$ctrl.pageType"
@ -120,6 +119,7 @@
groups="$ctrl.groups"
show-groups="true"
has-backend-pagination="true"
title="Associated environments by tags"
></group-association-table>
</div>
</div>