mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 14:25:31 +02:00
EE-3860 fix typo (#7447)
This commit is contained in:
parent
5cf789a8e4
commit
9666c21b8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue