This is all the code after a week and a bit hacking on this project. It's in a rather experimental state but should work with a little effort.
6 lines
253 B
HTML
6 lines
253 B
HTML
{% 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)}}
|
|
{% endblock content %}
|