Browse Source

Enabling compression for self does not make sense

Jakob Borg 11 years ago
parent
commit
4566690617
2 changed files with 1 additions and 1 deletions
  1. 0 0
      auto/gui.files.go
  2. 1 1
      gui/index.html

File diff suppressed because it is too large
+ 0 - 0
auto/gui.files.go


+ 1 - 1
gui/index.html

@@ -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>

Some files were not shown because too many files changed in this diff