Files
puppetboard/puppetboard/templates/reports.html
Daniele Sluijters f41dd99f60 puppetboard: Commit the current code.
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.
2013-08-07 09:05:31 +02:00

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 %}