aboutsummaryrefslogtreecommitdiffstats
path: root/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:47 +0000
commit0c8e41d2217fd568a84e857d1be230fcfd4bb5c7 (patch)
tree0e8d6441142220ed1487c7fd9e414bd40b711f3e /lib/toaster/toastergui/templates/importlayer.html
parent78dc7b9f1801e7f4c266ba1369e5706f177ddaa1 (diff)
downloadbitbake-contrib-0c8e41d2217fd568a84e857d1be230fcfd4bb5c7.tar.gz
toaster: api Add layer Add api
Add layer adding REST api and remove old views method. Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--lib/toaster/toastergui/templates/importlayer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/templates/importlayer.html b/lib/toaster/toastergui/templates/importlayer.html
index 1f426969a..bd507b567 100644
--- a/lib/toaster/toastergui/templates/importlayer.html
+++ b/lib/toaster/toastergui/templates/importlayer.html
@@ -13,7 +13,7 @@
<script>
$(document).ready(function (){
var ctx = {
- xhrImportLayerUrl : "{% url 'xhr_importlayer' %}",
+ xhrLayerUrl : "{% url 'xhr_layer' project.id %}",
};
try {