mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
feat(edge/templates): introduce edge specific settings [EE-6276] (#10609)
This commit is contained in:
parent
68950fbb24
commit
e43d076269
42 changed files with 885 additions and 319 deletions
|
@ -1,4 +1,7 @@
|
|||
import { EnvironmentId } from '@/react/portainer/environments/types';
|
||||
import {
|
||||
EnvironmentId,
|
||||
EnvironmentType,
|
||||
} from '@/react/portainer/environments/types';
|
||||
import { TagId } from '@/portainer/tags/types';
|
||||
|
||||
export interface EdgeGroup {
|
||||
|
@ -8,4 +11,5 @@ export interface EdgeGroup {
|
|||
TagIds: TagId[];
|
||||
Endpoints: EnvironmentId[];
|
||||
PartialMatch: boolean;
|
||||
EndpointTypes: EnvironmentType[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue