diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 3 |
1 files changed, 2 insertions, 1 deletions
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() { | |||
382 | scope.urls.xhr_datatypeahead = "{% url 'xhr_datatypeahead' %}"; | 382 | scope.urls.xhr_datatypeahead = "{% url 'xhr_datatypeahead' %}"; |
383 | scope.urls.layers = "{% url 'layers' %}"; | 383 | scope.urls.layers = "{% url 'layers' %}"; |
384 | scope.urls.targets = "{% url 'targets' %}"; | 384 | scope.urls.targets = "{% url 'targets' %}"; |
385 | scope.urls.importlayer = "{% url 'importlayer'%}" | 385 | scope.urls.importlayer = "{% url 'importlayer'%}"; |
386 | scope.urls.layer = "{% url 'layerdetails' %}"; | ||
386 | scope.project = {{prj|json}}; | 387 | scope.project = {{prj|json}}; |
387 | scope.builds = {{builds|json}}; | 388 | scope.builds = {{builds|json}}; |
388 | scope.layers = {{layers|json}}; | 389 | scope.layers = {{layers|json}}; |