Skip to content

Commit

Permalink
rename options.html to tools.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaccarato committed Aug 13, 2024
1 parent ba813a8 commit bb881d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vis_phewas/templates/mainapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<!-- Hidden content panels -->
<div id="options-panel" style="display: none">
{% include "mainapp/options.html" %}
{% include "mainapp/tools.html" %}
</div>

<div id="help-panel" style="display: none">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load static %}
<script src={% static 'mainapp/js/som.js' %}></script>
<div class="panel options_panel">
<h3>Options</h3>
<h3>Tools</h3>
<h4>Resolution</h4>
<div class="resolutionSwitchContainer">
<span class="switch-label-left">2 digit</span>
Expand All @@ -18,8 +18,8 @@ <h4>Resolution</h4>

<div id="som_options" style="align-items: center; display: flex; flex-direction: column">
<h4>Generate SOM for Disease Clustering</h4>
<button class="button btn btn-info exportQuery" onclick="generateSOM('', 'disease', 5)">Generate Disease SOM</button>
<button class="button btn btn-info exportQuery" onclick="generateSOM('', 'allele', 7)">Generate Allele SOM</button>
<button class="button btn btn-info exportQuery" onclick="generateSOM('', 'disease', 5)" style="color: white">Generate Disease SOM</button>
<button class="button btn btn-info exportQuery" onclick="generateSOM('', 'allele', 7)" style="color: white">Generate Allele SOM</button>
</div>
</div>

0 comments on commit bb881d9

Please sign in to comment.