mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(docker): add docker desktop extension flag in settings and add migration EE-5277 (#8948)
This commit is contained in:
parent
e156243e43
commit
83551201fb
7 changed files with 55 additions and 3 deletions
|
@ -967,6 +967,8 @@ type (
|
|||
AllowStackManagementForRegularUsers bool `json:"AllowStackManagementForRegularUsers"`
|
||||
AllowDeviceMappingForRegularUsers bool `json:"AllowDeviceMappingForRegularUsers"`
|
||||
AllowContainerCapabilitiesForRegularUsers bool `json:"AllowContainerCapabilitiesForRegularUsers"`
|
||||
|
||||
IsDockerDesktopExtention bool `json:"IsDockerDesktopExtention"`
|
||||
}
|
||||
|
||||
// SnapshotJob represents a scheduled job that can create environment(endpoint) snapshots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue