mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(docker): fix extension spelling EE-5277 (#8956)
This commit is contained in:
parent
b58cd1e87e
commit
14fa60f6e6
6 changed files with 9 additions and 9 deletions
|
@ -968,7 +968,7 @@ type (
|
|||
AllowDeviceMappingForRegularUsers bool `json:"AllowDeviceMappingForRegularUsers"`
|
||||
AllowContainerCapabilitiesForRegularUsers bool `json:"AllowContainerCapabilitiesForRegularUsers"`
|
||||
|
||||
IsDockerDesktopExtention bool `json:"IsDockerDesktopExtention"`
|
||||
IsDockerDesktopExtension bool `json:"IsDockerDesktopExtension"`
|
||||
}
|
||||
|
||||
// SnapshotJob represents a scheduled job that can create environment(endpoint) snapshots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue