mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
fix(edge/groups): filter selected environments [EE-5891] (#10050)
This commit is contained in:
parent
a27cc6c0e5
commit
a1e610a39a
7 changed files with 57 additions and 25 deletions
|
@ -32,6 +32,7 @@ export interface BaseEnvironmentsQueryParams {
|
|||
types?: EnvironmentType[] | readonly EnvironmentType[];
|
||||
tagIds?: TagId[];
|
||||
endpointIds?: EnvironmentId[];
|
||||
excludeIds?: EnvironmentId[];
|
||||
tagsPartialMatch?: boolean;
|
||||
groupIds?: EnvironmentGroupId[];
|
||||
status?: EnvironmentStatus[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue