Fix "Enable SSL/TLS" display

This commit is contained in:
Nils Maier 2014-05-24 17:02:23 +02:00
parent cea5f8bd12
commit b83c4de0ca

View File

@ -747,11 +747,10 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4
<label class="control-label">SSL/TLS encryption:</label> <label class="control-label">SSL/TLS encryption:</label>
<div class="controls"> <div class="controls">
<input type="checkbox" <label>
ng-model="connection.conf.encrypt"> <input type="checkbox" ng-model="connection.conf.encrypt"/>
Enable encryption connection to aria2 Enable SSL/TLS encryption.
</input> </label>
<p class="help-block">Enable SSL/TLS encryption.</p>
</div> </div>
<label class="control-label">Enter the secret token (optional):</label> <label class="control-label">Enter the secret token (optional):</label>