Skip to content

Commit

Permalink
Merge pull request #165 from tpeyrard/patch-1
Browse files Browse the repository at this point in the history
Fix wrong icon for coordinating nodes
  • Loading branch information
lmenezes authored Jul 26, 2017
2 parents 43a0aa6 + 861ed7e commit e7fb566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/nodes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<i class="fa fa-fw fa-hdd-o" title="data node"></i>
</div>
<div ng-show="node.coordinating">
<i class="fa fa-fw fa-search" title="coordinating node"></i>
<i class="fa fa-fw fa-crosshairs" title="coordinating node"></i>
</div>
<div ng-show="node.ingest">
<i class="fa fa-fw fa-crop" title="ingest node"></i>
Expand Down Expand Up @@ -127,4 +127,4 @@
</td>
</tr>
</tbody>
</table>
</table>

0 comments on commit e7fb566

Please sign in to comment.