From c89fd793986878a426ebc96d4df22257252f8934 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Mon, 8 Dec 2014 15:29:01 +0000 Subject: bitbake: toaster: projectapp Add links to the imported layers notify Adds links to layer details for each of the layers that has been added to the project. (Bitbake rev: 07e5c7c82519604501feb7d892db330c610978e9) Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/project.html | 3 ++- 1 file changed, 2 insertions(+), 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 113e382d45..2979db74ed 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html @@ -382,7 +382,8 @@ angular.element(document).ready(function() { scope.urls.xhr_datatypeahead = "{% url 'xhr_datatypeahead' %}"; scope.urls.layers = "{% url 'layers' %}"; scope.urls.targets = "{% url 'targets' %}"; - scope.urls.importlayer = "{% url 'importlayer'%}" + scope.urls.importlayer = "{% url 'importlayer'%}"; + scope.urls.layer = "{% url 'layerdetails' %}"; scope.project = {{prj|json}}; scope.builds = {{builds|json}}; scope.layers = {{layers|json}}; -- cgit v1.2.3-54-g00ecf