mirror of https://github.com/portainer/portainer
fixed form value
parent
0979e6ec8f
commit
ee213a6c4a
|
@ -20,10 +20,10 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</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
|
<git-form-auth-fieldset
|
||||||
ng-if="$ctrl.state.showConfig"
|
ng-if="$ctrl.state.showConfig"
|
||||||
model="$ctrl.gitFormValues"
|
model="$ctrl.formValues"
|
||||||
is-edit="$ctrl.state.isEdit"
|
is-edit="$ctrl.state.isEdit"
|
||||||
on-change="($ctrl.onChange)"
|
on-change="($ctrl.onChange)"
|
||||||
show-auth-explanation="true"
|
show-auth-explanation="true"
|
||||||
|
|
Loading…
Reference in New Issue