Files
puppetboard/puppetboard/templates/reports.html
2014-11-17 17:49:29 +00:00

7 lines
305 B
HTML

{% extends 'layout.html' %}
{% block content %}
<div class="ui warning message">
Pending <a href="https://tickets.puppetlabs.com/browse/PDB-201">#PDB-201</a>. You can access reports for a node or individual reports through the <a href="{{url_for('nodes')}}">Nodes</a> tab.
</div>
{% endblock content %}