Skip to content

Commit

Permalink
Merge pull request #182 from corey-hammerton/reports
Browse files Browse the repository at this point in the history
puppetboard/templates/reports: Passing current_env to the reports_table macro

This fixes #181
  • Loading branch information
corey-hammerton committed Nov 13, 2015
2 parents 709480a + 0fdad92 commit 13decf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppetboard/templates/reports.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'layout.html' %}
{% import '_macros.html' as macros %}
{% block content %}
{{ macros.reports_table(reports, reports_count, report_event_counts, condensed=False, hash_truncate=False, show_conf_col=True, show_agent_col=True, show_host_col=True, show_search_bar=True, searchable=True)}}
{{ macros.reports_table(reports, reports_count, report_event_counts, condensed=False, hash_truncate=False, show_conf_col=True, show_agent_col=True, show_host_col=True, show_search_bar=True, searchable=True, current_env=current_env)}}
{{ macros.render_pagination(pagination)}}
{% endblock content %}

0 comments on commit 13decf0

Please sign in to comment.