summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/importlayer.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-12-09 16:52:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-12 20:44:53 +0000
commit7e80e501fb05021d4f4b6793462c488445cb4d89 (patch)
treedf966256a8a94e780e74b82fa9ae369e7c46a551 /bitbake/lib/toaster/toastergui/templates/importlayer.html
parent90d995c63717f869ef68976f7d0778e87af989f2 (diff)
downloadpoky-7e80e501fb05021d4f4b6793462c488445cb4d89.tar.gz
bitbake: toaster: api Add layer Add api
Add layer adding REST api and remove old views method. (Bitbake rev: 0c8e41d2217fd568a84e857d1be230fcfd4bb5c7) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/importlayer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html
index 1f426969af..bd507b5677 100644
--- a/bitbake/lib/toaster/toastergui/templates/importlayer.html
+++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html
@@ -13,7 +13,7 @@
13 <script> 13 <script>
14 $(document).ready(function (){ 14 $(document).ready(function (){
15 var ctx = { 15 var ctx = {
16 xhrImportLayerUrl : "{% url 'xhr_importlayer' %}", 16 xhrLayerUrl : "{% url 'xhr_layer' project.id %}",
17 }; 17 };
18 18
19 try { 19 try {