{% extends 'layout.html' %} {% import '_macros.html' as macros %} {% block head %} {% if config.DAILY_REPORTS_CHART_ENABLED %} {% block script %} {% endblock script %} {% endif %} {% endblock head %} {% block content %} {% if config.REFRESH_RATE > 0 %} {% endif %}
Status | Certname | 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.report_timestamp %} {{ node.report_timestamp }} {% else %} {% endif %} | {% if node.report_timestamp %} {% endif %} |