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:
parent
69c34cdf0c
commit
da9ef7dfcf
6 changed files with 15 additions and 15 deletions
|
@ -19,7 +19,7 @@ export function EdgeScriptForm({ edgeKey, edgeId }: Props) {
|
|||
envVars: '',
|
||||
edgeIdGenerator: '',
|
||||
os: 'linux',
|
||||
platform: 'swarm',
|
||||
platform: 'k8s',
|
||||
});
|
||||
|
||||
const settingsQuery = useSettings((settings) => settings.AgentSecret);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue