mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fixed form value
This commit is contained in:
parent
0979e6ec8f
commit
ee213a6c4a
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<git-form-ref-field ng-if="$ctrl.state.showConfig" value="$ctrl.gitFormValues.RefName" on-change="($ctrl.onChangeRef)"></git-form-ref-field>
|
||||
<git-form-ref-field ng-if="$ctrl.state.showConfig" value="$ctrl.formValues.RefName" on-change="($ctrl.onChangeRef)"></git-form-ref-field>
|
||||
<git-form-auth-fieldset
|
||||
ng-if="$ctrl.state.showConfig"
|
||||
model="$ctrl.gitFormValues"
|
||||
model="$ctrl.formValues"
|
||||
is-edit="$ctrl.state.isEdit"
|
||||
on-change="($ctrl.onChange)"
|
||||
show-auth-explanation="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue