From 27f5137cd6143b523e9aea8eeba406337aa935c4 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 8 Jun 2015 15:22:01 +0100 Subject: bitbake: toastergui: remove xhr_datatypeahaed layerdeps call This patch removes the url-constructing calls to get the layer details in favor of embedding the look-up URL in the JSON data on the layer list page. This allows further removal of the XHR-specific code for layer dependencies in favor of REST calls to layer details data. (Bitbake rev: 33d2b87aca667d72262a3928deaf35414b46a7c1) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/project.html | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/templates/project.html') diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index 63fbc40f55..7225363c01 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html @@ -455,7 +455,6 @@ angular.element(document).ready(function() { scope.urls.targets = "{% url 'projecttargets' project.id %}"; scope.urls.machines = "{% url 'projectmachines' project.id %}"; scope.urls.importlayer = "{% url 'importlayer' project.id %}"; - scope.urls.layer = "{% url 'base_layerdetails' project.id %}"; scope.project = {{prj|json}}; scope.builds = {{builds|json}}; scope.layers = {{layers|json}}; -- cgit v1.2.3-54-g00ecf