summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-08-04 22:46:36 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-06 16:04:46 -0500
commit951e40dd7d77ca5fcad35204817cfae916c267e5 (patch)
tree19200baebde063d9e4c57d1967797fd6064c1373 /bitbake/lib/toaster/toastergui/templates/project.html
parent1e7707b63f91eb310e3207da4d9cdd831a4851c5 (diff)
downloadpoky-951e40dd7d77ca5fcad35204817cfae916c267e5.tar.gz
bitbake: toasterui: views Remove unused xhr_typeahead view definition
The one thing left being used in this definition was a response which contains the list of layers which would be deleted if you change the project release. This patch moves that to it's own url/endpoint and updates the frontend reference which is using it. (Bitbake rev: 1cc19c84ee97182f39eae0338c712f7a2b40a18d) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.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.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index d21f4bd7e5..e8354fd678 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -11,8 +11,7 @@
11<script> 11<script>
12 $(document).ready(function (){ 12 $(document).ready(function (){
13 var ctx = { 13 var ctx = {
14 typeaheadUrl : "{% url 'xhr_datatypeahead' project.id %}", 14 testReleaseChangeUrl: "{% url 'xhr_testreleasechange' project.id %}",
15
16 }; 15 };
17 16
18 try { 17 try {