summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-11-21 10:26:52 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-11-21 10:27:09 -0500
commitadb3ec0d46d3f1884c2788cdfb7950fcf93dbb29 (patch)
tree1ee7f5fb855f15d50a3c62f05cc3e41d201aa86c /src
parent1b75eaa1d97b8da0f7bb79a9d331c1ce8accc342 (diff)
downloadbcfg2-adb3ec0d46d3f1884c2788cdfb7950fcf93dbb29.tar.gz
bcfg2-adb3ec0d46d3f1884c2788cdfb7950fcf93dbb29.tar.bz2
bcfg2-adb3ec0d46d3f1884c2788cdfb7950fcf93dbb29.zip
fixed url for all historical runs for a client
Diffstat (limited to 'src')
-rw-r--r--src/lib/Server/Reports/reports/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/reports/urls.py b/src/lib/Server/Reports/reports/urls.py
index 1937114ef..434ce07b7 100644
--- a/src/lib/Server/Reports/reports/urls.py
+++ b/src/lib/Server/Reports/reports/urls.py
@@ -37,7 +37,7 @@ urlpatterns += patterns('Bcfg2.Server.Reports.reports',
*paginatedUrls( *filteredUrls(
(r'^history/?$',
'views.render_history_view', None, 'reports_history'),
- (r'^history/(?P<hostname>[^/]+)/?$',
+ (r'^history/(?P<hostname>[^/|]+)/?$',
'views.render_history_view', None, 'reports_client_history'),
)))