mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +02:00
pass tagsPartialMatch query param on home screen (#6842)
This commit is contained in:
parent
33f433ce45
commit
b3e035d353
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) {
|
||||||
sort: sortByFilter,
|
sort: sortByFilter,
|
||||||
order: sortByDescending ? 'desc' : 'asc',
|
order: sortByDescending ? 'desc' : 'asc',
|
||||||
edgeDeviceFilter: 'none',
|
edgeDeviceFilter: 'none',
|
||||||
|
tagsPartialMatch: true,
|
||||||
},
|
},
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue