Skip to content

Commit

Permalink
Added UI for "prune island nodes" graph option
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Dec 13, 2021
1 parent a2483ff commit a0c64fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/analyze/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
<label class="col" for="force">Force too much data</label>
</div>

<div class="custom-switch">
<input id="prune" type="checkbox" name="prune" autocomplete="off"
preference="analysis.prune.islands" defaultpref=false>
<label class="col" for="prune">Prune Island Nodes</label>
</div>

<div class="input-group-prepend">
<span class="input-group-text">Analysis depth</span>
</div>
Expand Down

0 comments on commit a0c64fa

Please sign in to comment.