Enabling compression for self does not make sense

This commit is contained in:
Jakob Borg 2014-07-31 11:01:39 +02:00
parent e8fe1590b6
commit 4566690617
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -434,7 +434,7 @@
<input placeholder="dynamic" ng-disabled="currentNode.NodeID == myID" id="addresses" class="form-control" type="text" ng-model="currentNode.AddressesStr"></input>
<p translate class="help-block">Enter comma separated "ip:port" addresses or "dynamic" to perform automatic discovery of the address.</p>
</div>
<div class="form-group">
<div ng-if="!editingSelf" class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="currentNode.Compression"> <span translate>Use Compression</span>