1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(app): rearrange app form services [EE-5566] (#9056)

This commit is contained in:
Ali 2023-06-12 11:50:13 +12:00 committed by GitHub
parent d7fc2046d7
commit 2d69e93efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1104 additions and 739 deletions

View file

@ -1339,7 +1339,6 @@
<kube-services-form
on-change="(ctrl.onServicesChange)"
values="ctrl.formValues.Services"
load-balancer-enabled="ctrl.publishViaLoadBalancerEnabled()"
app-name="ctrl.formValues.Name"
selector="ctrl.formValues.Selector"
validation-data="{nodePortServices: ctrl.state.nodePortServices, formServices: ctrl.formValues.Services}"