1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00

fix(k8s/app-templates): display moustache variables fields when deploying from app template (#7184)

This commit is contained in:
LP B 2022-07-08 04:15:23 +02:00 committed by GitHub
parent 69caa1179f
commit 768f1aa663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 14 deletions

View file

@ -90,7 +90,7 @@
></custom-template-selector>
<custom-templates-variables-field
ng-if="$ctrl.isTemplateVariablesEnabled && ctrl.state.template"
ng-if="ctrl.isTemplateVariablesEnabled && ctrl.state.template"
definitions="ctrl.state.template.Variables"
value="ctrl.formValues.Variables"
on-change="(ctrl.onChangeTemplateVariables)"