password input fix
This commit is contained in:
parent
911c927056
commit
015fa17014
|
@ -503,7 +503,7 @@
|
|||
</div>
|
||||
<label class="control-label" for="input_pass">Enter the password (optional):</label>
|
||||
<div class="controls">
|
||||
<input type="text" class="input-xlarge" id="input_pass"/>
|
||||
<input type="password" class="input-xlarge" id="input_pass"/>
|
||||
<p class="help-block">Enter the password of the server on which the rpc for aria2 is running (empty if authentication not enabled)</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user