Skip to content

Commit

Permalink
Change raw_check_data to raw_data.
Browse files Browse the repository at this point in the history
StatusCheckResults don't have raw_check_data, just raw_data.
  • Loading branch information
caseycrites committed Apr 18, 2014
1 parent b436808 commit c690464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/cabotapp/statuscheckresult_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Check result: <a href="{% url check result.check.id %}">{{ result.check.name
{% load compress %}
{{ block.super }}
<script type="text/javascript">
window.DATA = {{ result.raw_check_data|safe }};
window.DATA = {{ result.raw_data|safe }};
</script>
{% compress js %}
<script type="text/javascript" src="{{ STATIC_URL }}arachnys/js/raphael.js"></script>
Expand All @@ -56,4 +56,4 @@ <h2>Check result: <a href="{% url check result.check.id %}">{{ result.check.name
hideHover: true
</script>
{% endcompress %}
{% endblock js %}
{% endblock js %}

0 comments on commit c690464

Please sign in to comment.