Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Commit

Permalink
bug 881709 - show filters even if no results
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Jun 11, 2013
1 parent 951fd1c commit 66d146f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crashstats/crashstats/templates/crashstats/topcrasher.html
Expand Up @@ -42,6 +42,7 @@ <h2>Top Crashers for <span id="current-product">{{ product }}</span> <span id="c
<time class="start-date">{{ tcbs.start_date }}</time> through
<time class="end-date">{{ tcbs.end_date }}</time>.
<p>The report covers <span class="percentage" title="{{ tcbs.totalPercentage }}">{{ (tcbs.totalPercentage * 100) | round(2) }}</span>% of all {{ tcbs.totalNumberOfCrashes }} crashes during this period. Graphs below are dual-axis, having <strong>Count</strong> (Number of Crashes) on the left X axis and <strong>Percent</strong> of total of Crashes on the right X axis.</p>
{% endif %}
<ul class="tc-duration-type tc-filter">
<li class="tc-duration-heading">Type:</li>
{% for c in ['all', 'browser', 'plugin', 'content'] %}
Expand All @@ -61,6 +62,7 @@ <h2>Top Crashers for <span id="current-product">{{ product }}</span> <span id="c
<li><a href="{{ url('crashstats.topcrasher', product, version, date_range_type, crash_type, os) }}?days={{ days }}" {% if os_name == os %} class="selected" {% endif %}>{{ os }}</a></li>
{% endfor %}
</ul>
{% if total_crashing_signatures %}
<table id="{% if not os_name %}signatureList{% else %}peros-tbl{% endif %}" class="data-table tablesorter">
<thead>
<tr>
Expand Down

0 comments on commit 66d146f

Please sign in to comment.