Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
aokad committed Jun 23, 2016
2 parents 59e3e3b + 841ed2d commit f0ea90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paplot/templates/graph_mut.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h2 id="title">Matrix of Mutation - {project}</h2>
<select id="gene_list"></select>
<input type="button" value="add sort key" onclick="sort_gene()" style="margin-left:10" />
</section>
<section><b>automatic water-fall</b>
use genes top <input type="number" id="waterfall_number" name="waterfall_number" min="1" step="1" value="30" style="width:80px;" /><input type="button" value="water-fall" onclick="sort_waterfall()" style="margin-left:10" />
<section><b>automatic Gantt-chart</b>
use genes top <input type="number" id="waterfall_number" name="waterfall_number" min="1" step="1" value="30" style="width:80px;" /><input type="button" value="Gantt-chart" onclick="sort_waterfall()" style="margin-left:10" />
</section>
</div>

Expand Down

0 comments on commit f0ea90b

Please sign in to comment.