1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

fix: correctly flagged pull latest image feature as limited (#7428)

This commit is contained in:
Dmitry Salakhov 2022-08-05 16:05:49 +12:00 committed by GitHub
parent 7b806cf586
commit bfe1cace77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,11 +74,10 @@
<div class="col-sm-12">
<por-switch-field
name="'forcePullImage'"
feature="$ctrl.limitedFeaturePullImage"
feature-id="$ctrl.stackPullImageFeature"
checked="$ctrl.model.ForcePullImage"
label="'Pull latest image'"
label-class="'col-sm-3 col-lg-2'"
on-change="($ctrl.onChangeForcePullImage)"
></por-switch-field>
</div>
</div>