Skip to content

Commit

Permalink
Merge pull request #1619 from brandonsavage/bug923807
Browse files Browse the repository at this point in the history
Fixes Bug 923807 - Adds option to load reports for all products/versions of a given signature.
  • Loading branch information
rhelmer committed Oct 24, 2013
2 parents ee2a511 + 19784a4 commit 1ca732a
Showing 1 changed file with 9 additions and 0 deletions.
@@ -1,3 +1,12 @@
{% if selected_products or product_versions %}

<p>The signature summary report is for {% if selected_products %} {{ product }} {% if product_versions %} with the version being
one of {{ product_versions|join(', ') }}{% endif %}{% endif %}.

<a href="{{ url('crashstats.report_list') }}?signature={{ signature }}&range_value={{ current_day }}&range_unit=days&date={{ end_date }}">View ALL products and versions for this signature.</a>

{% endif %}

<div class="signature-summary">
<table id="pbos" class="sig-dashboard-tbl data-table">
<caption><span class="sigtbl-title">Operating System: </span>Provides a breakdown of the crashes by OS for version(s) and product(s).</caption>
Expand Down

0 comments on commit 1ca732a

Please sign in to comment.