mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(app): rearrange app form services [EE-5566] (#9056)
This commit is contained in:
parent
d7fc2046d7
commit
2d69e93efa
18 changed files with 1104 additions and 739 deletions
|
@ -117,13 +117,6 @@ withFormValidation(
|
|||
ngModule,
|
||||
withUIRouter(withCurrentUser(withReactQuery(KubeServicesForm))),
|
||||
'kubeServicesForm',
|
||||
[
|
||||
'values',
|
||||
'onChange',
|
||||
'loadBalancerEnabled',
|
||||
'appName',
|
||||
'selector',
|
||||
'isEditMode',
|
||||
],
|
||||
['values', 'onChange', 'appName', 'selector', 'isEditMode'],
|
||||
kubeServicesValidation
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue