1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 14:29:40 +02:00

fix(download):update the downloads files directory EE-2473 (#6734)

* update the downloads files directory
This commit is contained in:
sunportainer 2022-04-17 11:04:04 +08:00 committed by GitHub
parent 69c34cdf0c
commit da9ef7dfcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 15 deletions

View file

@ -19,7 +19,7 @@ export function EdgeScriptForm({ edgeKey, edgeId }: Props) {
envVars: '',
edgeIdGenerator: '',
os: 'linux',
platform: 'swarm',
platform: 'k8s',
});
const settingsQuery = useSettings((settings) => settings.AgentSecret);