mirror of https://github.com/apache/archiva.git
[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:
parent
683b2f90d7
commit
c9b359b7bd
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue