Skip to content

Commit

Permalink
Fixes #38162 - Fix new repo form (#11289)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Jan 27, 2025
1 parent 882b257 commit 2647f49
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h4 translate> Basic Information </h4>
<div bst-form-group label="{{ 'Description' | translate }}">
<textarea id="description"
name="description"
ng-model="repository.description"
type="text"/>
ng-model="repository.description">
</textarea>
</div>

<div bst-form-group label="{{ 'Type' | translate }}">
Expand Down Expand Up @@ -107,8 +107,8 @@ <h4 translate> Sync Settings </h4>
name="ansible_collection_requirements"
ng-model="repository.ansible_collection_requirements"
rows="10"
placeholder= "{{ 'You can upload a requirements.yml file below to auto-fill contents or paste contents of requirement.yml here' | translate }}"
type="text"/>
placeholder= "{{ 'You can upload a requirements.yml file below to auto-fill contents or paste contents of requirement.yml here' | translate }}">
</textarea>
</div>

<div class="form-group" ng-show="repository.content_type === 'ansible_collection'">
Expand Down Expand Up @@ -290,8 +290,8 @@ <h4 translate> Sync Settings </h4>
<textarea
id="option-{{$index}}"
name="option-{{$index}}"
ng-model="genericRemoteOptions[$index].value"
type="text"/>
ng-model="genericRemoteOptions[$index].value">
</textarea>
<p class="help-block" translate>
{{option.description}}
</p>
Expand Down

0 comments on commit 2647f49

Please sign in to comment.