mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(edgestacks): check the version of the edge stack before updating the status BE-11488 (#287)
This commit is contained in:
parent
d72b3a9ba2
commit
e2b812a611
3 changed files with 17 additions and 2 deletions
|
@ -370,6 +370,7 @@ type (
|
|||
Error string
|
||||
// EE only feature
|
||||
RollbackTo *int
|
||||
Version int `json:"Version,omitempty"`
|
||||
}
|
||||
|
||||
// EdgeStackStatusType represents an edge stack status type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue