summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/urls.py
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2007-06-06 14:59:36 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2007-06-06 14:59:36 +0000
commitec8b235b87d1cf59f149d42b8032604ce04f3d77 (patch)
treeff07f145a2c53db5900be02c471f6f2e66e6bdb4 /src/lib/Server/Reports/urls.py
parent0ad447aeae0fd400dfd849aca41e6edf87cf7ffc (diff)
downloadbcfg2-ec8b235b87d1cf59f149d42b8032604ce04f3d77.tar.gz
bcfg2-ec8b235b87d1cf59f149d42b8032604ce04f3d77.tar.bz2
bcfg2-ec8b235b87d1cf59f149d42b8032604ce04f3d77.zip
reverting accidentally committed changes from previous revision
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3249 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Reports/urls.py')
-rw-r--r--src/lib/Server/Reports/urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/Server/Reports/urls.py b/src/lib/Server/Reports/urls.py
index 9f602cb4d..6d5fe8833 100644
--- a/src/lib/Server/Reports/urls.py
+++ b/src/lib/Server/Reports/urls.py
@@ -4,9 +4,7 @@ urlpatterns = patterns('',
# Example:
# (r'^Bcfg2.Server.Reports/', include('Bcfg2.Server.Reports.apps.foo.urls.foo')),
(r'^/*$','Bcfg2.Server.Reports.reports.views.index'),
-
(r'^clients/(?P<hostname>\S+)/(?P<pk>\d+)/$', 'Bcfg2.Server.Reports.reports.views.client_detail'),
- (r'^clients/(?P<hostname>\S+)/manage/$', 'Bcfg2.Server.Reports.reports.views.client_manage'),
(r'^clients/(?P<hostname>\S+)/$', 'Bcfg2.Server.Reports.reports.views.client_detail'),
(r'^clients/(?P<hostname>\S+)$', 'Bcfg2.Server.Reports.reports.views.client_detail'),
#hack because hostnames have periods and we still want to append slash