Skip to content

Commit 9e5309f

Browse files
committed
Fixes #38162 - Fix new repo form
1 parent b594562 commit 9e5309f

File tree

1 file changed

+6
-6
lines changed
  • engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views

1 file changed

+6
-6
lines changed

engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ <h4 translate> Basic Information </h4>
2626
<div bst-form-group label="{{ 'Description' | translate }}">
2727
<textarea id="description"
2828
name="description"
29-
ng-model="repository.description"
30-
type="text"/>
29+
ng-model="repository.description">
30+
</textarea>
3131
</div>
3232

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

114114
<div class="form-group" ng-show="repository.content_type === 'ansible_collection'">
@@ -290,8 +290,8 @@ <h4 translate> Sync Settings </h4>
290290
<textarea
291291
id="option-{{$index}}"
292292
name="option-{{$index}}"
293-
ng-model="genericRemoteOptions[$index].value"
294-
type="text"/>
293+
ng-model="genericRemoteOptions[$index].value">
294+
</textarea>
295295
<p class="help-block" translate>
296296
{{option.description}}
297297
</p>

0 commit comments

Comments
 (0)