Browse Source

Fix hit zone for remote nodes accordion (ref #651)

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

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


+ 2 - 2
gui/index.html

@@ -219,8 +219,8 @@
 
         <div class="panel-group" id="nodes">
           <div class="panel panel-{{nodeClass(nodeCfg)}}" ng-repeat="nodeCfg in otherNodes()">
-            <div class="panel-heading">
-              <h3 class="panel-title" data-toggle="collapse" data-parent="#nodes" href="#node-{{$index}}" style="cursor: pointer">
+            <div class="panel-heading" data-toggle="collapse" data-parent="#nodes" href="#node-{{$index}}" style="cursor: pointer">
+              <h3 class="panel-title">
                 <span class="glyphicon glyphicon-retweet"></span>&emsp;{{nodeName(nodeCfg)}}
                 <span class="pull-right hidden-xs">
                   <span ng-if="connections[nodeCfg.NodeID] && completion[nodeCfg.NodeID]._total == 100">

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