mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 01:39:39 +02:00
fix(app): hide placement form section [EE-6386] (#10964)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
752be47fcc
commit
a8e53a4510
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue