From 3d3b7012e37162c1fd4e0a07acc07d717eda1e99 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Mon, 17 Nov 2014 17:49:29 +0000 Subject: [PATCH] Updating redmine tickets to jira tickets --- puppetboard/app.py | 2 +- puppetboard/templates/reports.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/puppetboard/app.py b/puppetboard/app.py index 11b1ccd..677eb39 100644 --- a/puppetboard/app.py +++ b/puppetboard/app.py @@ -209,7 +209,7 @@ def reports_node(node): def report_latest(node_name): """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 - 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) reports = get_or_abort(puppetdb._query, 'reports', diff --git a/puppetboard/templates/reports.html b/puppetboard/templates/reports.html index 924d325..8109b11 100644 --- a/puppetboard/templates/reports.html +++ b/puppetboard/templates/reports.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} {% block content %}
- Pending #21600. You can access reports for a node or individual reports through the Nodes tab. + Pending #PDB-201. You can access reports for a node or individual reports through the Nodes tab.
{% endblock content %}