mirror of https://github.com/portainer/portainer
fix(app): hide placement form section [EE-6386] (#10964)
Co-authored-by: testa113 <testa113>pull/10965/head
parent
752be47fcc
commit
a8e53a4510
|
@ -334,7 +334,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<placement-form-section
|
<placement-form-section
|
||||||
ng-if="ctrl.formValues.DeploymentType === ctrl.ApplicationDeploymentTypes.Replicated"
|
ng-show="ctrl.formValues.DeploymentType === ctrl.ApplicationDeploymentTypes.Replicated"
|
||||||
values="{placements: ctrl.formValues.Placements, placementType: ctrl.formValues.PlacementType}"
|
values="{placements: ctrl.formValues.Placements, placementType: ctrl.formValues.PlacementType}"
|
||||||
on-change="(ctrl.onChangePlacements)"
|
on-change="(ctrl.onChangePlacements)"
|
||||||
></placement-form-section>
|
></placement-form-section>
|
||||||
|
|
Loading…
Reference in New Issue