mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
feat(edgejobs): support edge groups when using edge jobs EE-3873 (#8099)
This commit is contained in:
parent
9732d1b5d8
commit
e1b474d04f
29 changed files with 544 additions and 83 deletions
|
@ -5,6 +5,7 @@ export function ScheduleCreateRequest(model) {
|
|||
this.Endpoints = model.Endpoints;
|
||||
this.FileContent = model.FileContent;
|
||||
this.File = model.File;
|
||||
this.EdgeGroups = model.EdgeGroups;
|
||||
}
|
||||
|
||||
export function ScheduleUpdateRequest(model) {
|
||||
|
@ -14,4 +15,5 @@ export function ScheduleUpdateRequest(model) {
|
|||
this.CronExpression = model.CronExpression;
|
||||
this.Endpoints = model.Endpoints;
|
||||
this.FileContent = model.FileContent;
|
||||
this.EdgeGroups = model.EdgeGroups;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue