summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-03-09 11:57:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-09 14:33:50 +0000
commit4004aebb1b505967410494ed152b44eab0bf6cb4 (patch)
treed8d7065241d320ca4f5bbcc5857a1441f6e1ebb7 /bitbake/lib/toaster/toastergui/templates/project.html
parentece39b4c47a5c9b55c291d6b4acdeb29e8d8884f (diff)
downloadpoky-4004aebb1b505967410494ed152b44eab0bf6cb4.tar.gz
bitbake: toastergui: bring back base URLs for pages that need them
Some URLs, although invalid on their own, are used in JS to build valid page pointers. Previous patch removed two of these URLs, breaking the display of several patches. This patch re-adds these URLs with different names, and returns 400 Bad Request empty pages on them, which is consistent with the intended usage of these URLs. (Bitbake rev: 73afee5ddb2e89dcec65854639b19b8860232d89) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index a8cb917c6d..58b524eaa8 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -426,7 +426,7 @@ angular.element(document).ready(function() {
426 scope.urls.layers = "{% url 'layers' %}"; 426 scope.urls.layers = "{% url 'layers' %}";
427 scope.urls.targets = "{% url 'targets' %}"; 427 scope.urls.targets = "{% url 'targets' %}";
428 scope.urls.importlayer = "{% url 'importlayer'%}"; 428 scope.urls.importlayer = "{% url 'importlayer'%}";
429 scope.urls.layer = "{% url 'layerdetails' %}"; 429 scope.urls.layer = "{% url 'base_layerdetails' %}";
430 scope.project = {{prj|json}}; 430 scope.project = {{prj|json}};
431 scope.builds = {{builds|json}}; 431 scope.builds = {{builds|json}};
432 scope.layers = {{layers|json}}; 432 scope.layers = {{layers|json}};