mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
fix(edge): EE-3092 hide the ability to add edge agents in Docker Desktop extension (#7090)
This commit is contained in:
parent
6fe26a52dd
commit
975dc9c1da
4 changed files with 16 additions and 11 deletions
|
@ -44,6 +44,7 @@ const options: BoxSelectorOption<'agent' | 'api' | 'socket' | 'edgeAgent'>[] = [
|
|||
label: 'Edge Agent',
|
||||
description: '',
|
||||
value: 'edgeAgent',
|
||||
hide: window.ddExtension,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ const options: BoxSelectorOption<
|
|||
label: 'Edge Agent',
|
||||
description: '',
|
||||
value: EnvironmentCreationTypes.EdgeAgentEnvironment,
|
||||
hide: window.ddExtension,
|
||||
},
|
||||
{
|
||||
id: 'kubeconfig_endpoint',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue