diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/urls.py')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/urls.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/urls.py b/bitbake/lib/toaster/toastergui/urls.py index ece9ac1696..29f0d96ba7 100644 --- a/bitbake/lib/toaster/toastergui/urls.py +++ b/bitbake/lib/toaster/toastergui/urls.py | |||
| @@ -190,12 +190,14 @@ urlpatterns = patterns('toastergui.views', | |||
| 190 | url(r'^xhr_configvaredit/(?P<pid>\d+)$', 'xhr_configvaredit', | 190 | url(r'^xhr_configvaredit/(?P<pid>\d+)$', 'xhr_configvaredit', |
| 191 | name='xhr_configvaredit'), | 191 | name='xhr_configvaredit'), |
| 192 | 192 | ||
| 193 | url(r'^xhr_importlayer/$', 'xhr_importlayer', name='xhr_importlayer'), | ||
| 194 | |||
| 195 | url(r'^xhr_layer/(?P<pid>\d+)/(?P<layerversion_id>\d+)$', | 193 | url(r'^xhr_layer/(?P<pid>\d+)/(?P<layerversion_id>\d+)$', |
| 196 | api.XhrLayer.as_view(), | 194 | api.XhrLayer.as_view(), |
| 197 | name='xhr_layer'), | 195 | name='xhr_layer'), |
| 198 | 196 | ||
| 197 | url(r'^xhr_layer/(?P<pid>\d+)$', | ||
| 198 | api.XhrLayer.as_view(), | ||
| 199 | name='xhr_layer'), | ||
| 200 | |||
| 199 | # JS Unit tests | 201 | # JS Unit tests |
| 200 | url(r'^js-unit-tests/$', 'jsunittests', name='js-unit-tests'), | 202 | url(r'^js-unit-tests/$', 'jsunittests', name='js-unit-tests'), |
| 201 | 203 | ||
