From b4857400e13469785df9e34713e0bc55f77759e6 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sat, 28 Nov 2015 17:57:57 +0200 Subject: Fix issue with showing GSX repair history --- servo/urls/device.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'servo/urls/device.py') diff --git a/servo/urls/device.py b/servo/urls/device.py index 04839dc..2193369 100644 --- a/servo/urls/device.py +++ b/servo/urls/device.py @@ -20,6 +20,9 @@ urlpatterns = patterns( url(r'^(?P\d+)/diags/(?P\d+)/run/$', run_test, name="devices-run_test"), + url(r'^(?P\d+)/repairs/$', 'search_gsx_repairs', + name="devices-search_gsx_repairs"), + url(r'^(?P\d+)/update_gsx_details/$', "update_gsx_details", name="devices-update_gsx_details"), url(r'^(?P\d+)/orders/(?P\d+)/queue/(?P\d+)/parts/$', -- cgit v1.2.3