mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
refactor(edge): deprecate IsEdgeDevice [EE-5046] (#8534)
This commit is contained in:
parent
814fc9dfc0
commit
308a78db21
18 changed files with 21 additions and 109 deletions
|
@ -388,8 +388,7 @@ type (
|
|||
LastCheckInDate int64
|
||||
// QueryDate of each query with the endpoints list
|
||||
QueryDate int64
|
||||
// IsEdgeDevice marks if the environment was created as an EdgeDevice
|
||||
IsEdgeDevice bool
|
||||
|
||||
// Whether the device has been trusted or not by the user
|
||||
UserTrusted bool
|
||||
|
||||
|
@ -417,6 +416,9 @@ type (
|
|||
|
||||
// Deprecated in DBVersion == 22
|
||||
Tags []string `json:"Tags"`
|
||||
|
||||
// Deprecated v2.18
|
||||
IsEdgeDevice bool
|
||||
}
|
||||
|
||||
EnvironmentEdgeSettings struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue