summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html1
1 files changed, 0 insertions, 1 deletions
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() {
455 scope.urls.targets = "{% url 'projecttargets' project.id %}"; 455 scope.urls.targets = "{% url 'projecttargets' project.id %}";
456 scope.urls.machines = "{% url 'projectmachines' project.id %}"; 456 scope.urls.machines = "{% url 'projectmachines' project.id %}";
457 scope.urls.importlayer = "{% url 'importlayer' project.id %}"; 457 scope.urls.importlayer = "{% url 'importlayer' project.id %}";
458 scope.urls.layer = "{% url 'base_layerdetails' project.id %}";
459 scope.project = {{prj|json}}; 458 scope.project = {{prj|json}};
460 scope.builds = {{builds|json}}; 459 scope.builds = {{builds|json}};
461 scope.layers = {{layers|json}}; 460 scope.layers = {{layers|json}};