mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(edge-stack) always show edge group selector [EE-5157] (#8639)
This commit is contained in:
parent
31d956dbcb
commit
0ab7987684
4 changed files with 4 additions and 8 deletions
|
@ -7,12 +7,13 @@ import { EdgeCheckinIntervalField } from '@/react/edge/components/EdgeCheckInInt
|
|||
import { EdgeScriptForm } from '@/react/edge/components/EdgeScriptForm';
|
||||
import { EdgeAsyncIntervalsForm } from '@/react/edge/components/EdgeAsyncIntervalsForm';
|
||||
import { EdgeStackDeploymentTypeSelector } from '@/react/edge/edge-stacks/components/EdgeStackDeploymentTypeSelector';
|
||||
import { withUIRouter } from '@/react-tools/withUIRouter';
|
||||
|
||||
export const componentsModule = angular
|
||||
.module('portainer.edge.react.components', [])
|
||||
.component(
|
||||
'edgeGroupsSelector',
|
||||
r2a(withReactQuery(EdgeGroupsSelector), [
|
||||
r2a(withUIRouter(withReactQuery(EdgeGroupsSelector)), [
|
||||
'onChange',
|
||||
'value',
|
||||
'error',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue