|
|
|
@ -8,6 +8,7 @@ import { AnnotationsBeTeaser } from '@/react/kubernetes/annotations/AnnotationsB
|
|
|
|
|
import { withFormValidation } from '@/react-tools/withFormValidation';
|
|
|
|
|
import { GroupAssociationTable } from '@/react/portainer/environments/environment-groups/components/GroupAssociationTable';
|
|
|
|
|
import { AssociatedEnvironmentsSelector } from '@/react/portainer/environments/environment-groups/components/AssociatedEnvironmentsSelector';
|
|
|
|
|
import { withControlledInput } from '@/react-tools/withControlledInput';
|
|
|
|
|
|
|
|
|
|
import {
|
|
|
|
|
EnvironmentVariablesFieldset,
|
|
|
|
@ -225,7 +226,7 @@ export const componentsModule = ngModule.name;
|
|
|
|
|
|
|
|
|
|
withFormValidation(
|
|
|
|
|
ngModule,
|
|
|
|
|
EnvironmentVariablesFieldset,
|
|
|
|
|
withControlledInput(EnvironmentVariablesFieldset, { values: 'onChange' }),
|
|
|
|
|
'environmentVariablesFieldset',
|
|
|
|
|
[],
|
|
|
|
|
envVarValidation
|
|
|
|
@ -233,7 +234,7 @@ withFormValidation(
|
|
|
|
|
|
|
|
|
|
withFormValidation(
|
|
|
|
|
ngModule,
|
|
|
|
|
EnvironmentVariablesPanel,
|
|
|
|
|
withControlledInput(EnvironmentVariablesPanel, { values: 'onChange' }),
|
|
|
|
|
'environmentVariablesPanel',
|
|
|
|
|
['explanation', 'showHelpMessage'],
|
|
|
|
|
envVarValidation
|
|
|
|
|