summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/layerdetails.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-12-09 16:52:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-12 20:44:54 +0000
commit6f3d33c2931033dc5381cc67fe2c40a4c296fdca (patch)
treedb78728ed946317f87ce47de260504a5e387f528 /bitbake/lib/toaster/toastergui/templates/layerdetails.html
parentccb36cc5499b9f3d93b44f629aff4e3cc0ba4f1c (diff)
downloadpoky-6f3d33c2931033dc5381cc67fe2c40a4c296fdca.tar.gz
bitbake: toaster: Switch front end to use Layer get REST API
Switch the front end to use the proper REST API for retrieving layer information. (Bitbake rev: 5ea25c49091f4d4b5007af948e063ed25ba5766f) 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/layerdetails.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layerdetails.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
index f1569bd630..e0069db80c 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -71,6 +71,7 @@
71 inCurrentPrj : false, 71 inCurrentPrj : false,
72 {% endif %} 72 {% endif %}
73 layerdetailurl : "{% url 'layerdetails' project.id layerversion.id %}", 73 layerdetailurl : "{% url 'layerdetails' project.id layerversion.id %}",
74 xhrLayerUrl: "{% url 'xhr_layer' project.id layerversion.id %}",
74 layer_source: {{layerversion.layer_source|json}}, 75 layer_source: {{layerversion.layer_source|json}},
75 }, 76 },
76 layerSourceTypes: {{layer_source|json}}, 77 layerSourceTypes: {{layer_source|json}},