Removing the ten_reports method and passed the reports count through to the reports_node page

This commit is contained in:
stack72
2014-05-16 17:00:35 -05:00
parent 81c71607ae
commit 85dd8da276
3 changed files with 6 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
{% extends 'layout.html' %}
{% import '_macros.html' as macros %}
{% block content %}
{{ macros.reports_table(reports, nodename, condensed=False, hash_truncate=False, show_conf_col=True, show_agent_col=True, show_host_col=True)}}
{{ macros.reports_table(reports, nodename, reports_count, condensed=False, hash_truncate=False, show_conf_col=True, show_agent_col=True, show_host_col=True)}}
{% endblock content %}