mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
refactor(gitops): migrate git form to react [EE-4849] (#8268)
This commit is contained in:
parent
afe6cd6df0
commit
273a3f9a10
130 changed files with 3194 additions and 1190 deletions
|
@ -102,7 +102,19 @@ export function createMockEnvironment(): Environment {
|
|||
allowVolumeBrowserForRegularUsers: false,
|
||||
enableHostManagementFeatures: false,
|
||||
},
|
||||
DeploymentOptions: {
|
||||
overrideGlobalOptions: false,
|
||||
hideAddWithForm: true,
|
||||
hideWebEditor: false,
|
||||
hideFileUpload: false,
|
||||
},
|
||||
Gpus: [],
|
||||
Agent: { Version: '1.0.0' },
|
||||
EnableImageNotification: false,
|
||||
ChangeWindow: {
|
||||
Enabled: false,
|
||||
EndTime: '',
|
||||
StartTime: '',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue