Skip to content

Commit

Permalink
issue #1120 - rename to qc_graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Jul 17, 2024
1 parent c8a34bf commit abd116b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seqauto/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def qc_graphs(request):
context = {'form': form,
'qc_type_totals': qc_type_totals,
'show_enrichment_kit': QCGraphEnrichmentKitSeparationChoices.SHOW_ENRICHMENT_KIT}
return render(request, 'seqauto/qc_graphs.html')
return render(request, 'seqauto/qc_graphs.html', context)


def qc_column_historical_graph(request, qc_column_id, graph_type, enrichment_kit_separation, enrichment_kit_id, use_percent):
Expand Down
2 changes: 1 addition & 1 deletion uicore/templates/uicore/menus/menu_bar_sequencing.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% menu_item 'enrichment_kits_list' title="Enrichment Kits" %}

{% menu_item 'qc_data' title="QC Data" %}
{% menu_item 'sequencing_historical_graphs' title="QC Graphs" %}
{% menu_item 'qc_graphs' title="QC Graphs" %}

{% menu_item 'sequencing_data' title="Seq Runs" %}
{% menu_item 'sequencing_stats' title="Seq Stats" %}
Expand Down

0 comments on commit abd116b

Please sign in to comment.