{% extends 'layout.html' %} {% import '_macros.html' as macros %} {% block content %}
Status | Certname | Catalog | Report | |
---|---|---|---|---|
{% if node.latest_report_hash %} {{macros.status_counts(status=node.status, node_name=node.name, events=node.events, unreported_time=node.unreported_time, current_env=current_env, report_hash=node.latest_report_hash)}} {% else %} {{macros.status_counts(status=node.status, node_name=node.name, events=node.events, unreported_time=node.unreported_time, current_env=current_env)}} {% endif %} | {{node.name}} | {% if node.catalog_timestamp %} {{node.catalog_timestamp}} {% else %} {% endif %} | {% if node.report_timestamp %} {{ node.report_timestamp }} {% else %} {% endif %} | {% if node.report_timestamp %} {% endif %} |