Merge pull request #97 from nibalizer/jira

Updating redmine tickets to jira tickets
This commit is contained in:
Daniele Sluijters
2014-11-19 10:27:12 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ def reports_node(node):
def report_latest(node_name): def report_latest(node_name):
"""Redirect to the latest report of a given node. This is a workaround """Redirect to the latest report of a given node. This is a workaround
as long as PuppetDB can't filter reports for latest-report? field. This as long as PuppetDB can't filter reports for latest-report? field. This
feature has been requested: http://projects.puppetlabs.com/issues/21554 feature has been requested: https://tickets.puppetlabs.com/browse/PDB-203
""" """
node = get_or_abort(puppetdb.node, node_name) node = get_or_abort(puppetdb.node, node_name)
reports = get_or_abort(puppetdb._query, 'reports', reports = get_or_abort(puppetdb._query, 'reports',

View File

@@ -1,6 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block content %} {% block content %}
<div class="ui warning message"> <div class="ui warning message">
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. 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> </div>
{% endblock content %} {% endblock content %}