Skip to content

Commit

Permalink
Don't render sparkline values visibly
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuxton committed Jan 23, 2014
1 parent 216c260 commit e44d8b1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/templates/cabotapp/_statuscheck_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,10 @@ <h3>
<span class="label label-warning">Disabled</span>
{% endif %}
</td>
<td title="Last result from {{ check.last_run|timesince }} ago (rightmost is newest)">
<td title="Last result from {{ check.last_run|timesince }} ago (rightmost is newest)" class="sparktristate" values="{{ check.cached_health }}">
{% if not check.recent_results %}
No results available
{% endif %}
<a href="{% url check pk=check.id %}">
<span class="sparktristate">
{{ check.cached_health }}
</span>
</a>
</td>
{% if checks_type == "All" %}
<td class="text-center">
Expand Down

0 comments on commit e44d8b1

Please sign in to comment.