This is all the code after a week and a bit hacking on this project. It's in a rather experimental state but should work with a little effort.
7 lines
288 B
HTML
7 lines
288 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
<div class="alert">
|
|
Pending <a href="http://projects.puppetlabs.com/issues/21600">#21600</a>. You can access reports for a node or individual reports through the <a href="{{url_for('nodes')}}">Nodes</a> tab.
|
|
</div>
|
|
{% endblock content %}
|