7 lines
305 B
HTML
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 %}
|