summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/urls.py
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2015-02-27 00:47:32 -0800
committerAlexandru DAMIAN <alexandru.damian@intel.com>2015-03-09 13:15:21 +0000
commit76c54a79c4e26cefa5e72ca1cb14bc9d46e8f9dd (patch)
treeb0d34fef9135319b37e0e6bead02d79be58805f4 /lib/toaster/toastergui/urls.py
parent1f9aaa7747351f7b0063f80c56cf7fa2c9cc3cf9 (diff)
downloadbitbake-76c54a79c4e26cefa5e72ca1cb14bc9d46e8f9dd.tar.gz
toaster: reconcile non-manage-mode landing classes
Remove obsolete manage-mode URLs, fix not-manage mode landing classes that have obsolete non-matching parameter lists, remove orphaned landing classes.. [YOCTO #6483] Signed-off-by: David Reyna <David.Reyna@windriver.com>
Diffstat (limited to 'lib/toaster/toastergui/urls.py')
-rw-r--r--lib/toaster/toastergui/urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/urls.py b/lib/toaster/toastergui/urls.py
index fc03f19a7..64f790293 100644
--- a/lib/toaster/toastergui/urls.py
+++ b/lib/toaster/toastergui/urls.py
@@ -78,13 +78,11 @@ urlpatterns = patterns('toastergui.views',
url(r'^layers/$', 'layers', name='layers'),
url(r'^layer/(?P<layerid>\d+)/$', 'layerdetails', name='layerdetails'),
- url(r'^layer/$', 'layerdetails', name='layerdetails'),
url(r'^targets/$', 'targets', name='all-targets'),
url(r'^machines/$', 'machines', name='machines'),
url(r'^projects/$', 'projects', name='all-projects'),
- url(r'^project/$', 'project', name='project'),
url(r'^project/(?P<pid>\d+)/$', 'project', name='project'),
url(r'^project/(?P<pid>\d+)/configuration$', 'projectconf', name='projectconf'),
url(r'^project/(?P<pid>\d+)/builds$', 'projectbuilds', name='projectbuilds'),