[MRM-1700] Authentication for remote repositories doesn't work.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1400179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-10-19 17:17:31 +00:00
parent 683b2f90d7
commit c9b359b7bd
1 changed files with 1 additions and 1 deletions
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva

View File

@ -542,7 +542,7 @@
<div class="control-group">
<label class="control-label" for="userName">${$.i18n.prop('username')}</label>
<div class="controls">
<input type="text" class="input-xlarge" id="userName" name="userName" size="50" data-bind="value: remoteRepository.indexDirectory"/>
<input type="text" class="input-xlarge" id="userName" name="userName" size="50" data-bind="value: remoteRepository.userName"/>
</div>
</div>
<div class="control-group">