mirror of https://github.com/portainer/portainer
EE-3860 fix typo (#7447)
parent
5cf789a8e4
commit
9666c21b8a
|
@ -32,7 +32,7 @@
|
||||||
<web-editor-form
|
<web-editor-form
|
||||||
ng-if="$ctrl.state.showAdvancedOptions"
|
ng-if="$ctrl.state.showAdvancedOptions"
|
||||||
identifier="custom-template-creation-editor"
|
identifier="custom-template-creation-editor"
|
||||||
value="$ctrl.formValues.FileContent"
|
value="$ctrl.formValues.fileContent"
|
||||||
on-change="($ctrl.editorUpdate)"
|
on-change="($ctrl.editorUpdate)"
|
||||||
ng-required="true"
|
ng-required="true"
|
||||||
yml="true"
|
yml="true"
|
||||||
|
|
Loading…
Reference in New Issue