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:
parent
69caa1179f
commit
768f1aa663
3 changed files with 51 additions and 14 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue