Skip to content

Commit

Permalink
Added a few changes from the selenium-tests branch on C2Web
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman authored and Snicker7 committed Sep 13, 2022
1 parent 2feadf4 commit e4e482a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/batchReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
{% if run_names|length > 0 %}
<div class='card text-center mb-2'>
<div class='card-header'>
<h5>{{report_name}}</h5>
<h5 id="CRISPResso2_Batch_Output">{{report_name}}</h5>
</div>
<div class='card-body p-0'>
<div class="list-group list-group-flush">
{% for run_name in run_names %}
<a href="{{sub_html_files[run_name]}}" class="list-group-item list-group-item-action">{{run_name}}</a>
<a href="{{sub_html_files[run_name]}}" class="list-group-item list-group-item-action" id="{{run_name}}">{{run_name}}</a>
{% endfor %}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/pooledReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h5>{{report_name}}</h5>
{% for plot_name in summary_plot_names %}
<div class='card text-center mb-2'>
<div class='card-header'>
<h5>{{summary_plot_titles[plot_name]}}</h5>
<h5 id="modification_summary_title">{{summary_plot_titles[plot_name]}}</h5>
</div>
<div class='card-body' style='max-height:80vh;overflow-y:auto'>
<a href="{{crispresso_data_path}}{{plot_name}}.pdf"><img src="{{crispresso_data_path}}{{plot_name}}.png" width='70%' height='70%'></a>
Expand Down
2 changes: 1 addition & 1 deletion templates/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ <h5>Indel characterization</h5>
{% else %}
<h5>Indel characterization for {{amplicon_name}}</h5>
{% endif %}
<ul class="nav nav-tabs justify-content-center card-header-tabs" id="aln-tab" role="tablist">
<ul class="nav nav-tabs justify-content-center card-header-tabs" id="indel-characterization-tabs" role="tablist">
{% if report_data['figures']['locs'][amplicon_name]['plot_4a'] %}
<li class="nav-item">
<button class="nav-link" data-bs-toggle="tab" data-bs-target="#{{amplicon_name}}_4a" role="tab" aria-controls="{{amplicon_name}}_4a" aria-selected="true">All Modifications Combined</button>
Expand Down

0 comments on commit e4e482a

Please sign in to comment.