{% extends 'layout.html' %} {% import '_macros.html' as macros %} {% block content %}

Details

Hostname {{node.name}}
Facts      {{node.facts_timestamp}}
Catalog {{node.catalog_timestamp}}
Report   {{node.report_timestamp}}

Reports

{{ macros.reports_table(reports, reports_count, report_event_counts, condensed=True, hash_truncate=True, show_conf_col=False, show_agent_col=False, show_host_col=False, current_env=current_env)}} Show All

Facts

{{macros.facts_table(facts, link_facts=True, condensed=True, current_env=current_env)}}
{% endblock content %}