mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Started adding a view for individual reports
This commit is contained in:
@@ -14,5 +14,6 @@ urlpatterns = [
|
||||
|
||||
# Reports
|
||||
url(r'^reports/$', views.ReportListView.as_view(), name='report_list'),
|
||||
url(r'^reports/(?P<name>[^/]+\.[^/]+)/$', views.ReportView.as_view(), name='report'),
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user