summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/layerdetails.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/layerdetails.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
index e522373b3f..291ed98c34 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
@@ -78,7 +78,7 @@ function layerDetailsPageInit (ctx) {
78 newLayerDep.children("span").tooltip(); 78 newLayerDep.children("span").tooltip();
79 79
80 var link = newLayerDep.children("a"); 80 var link = newLayerDep.children("a");
81 link.attr("href", currentLayerDepSelection.layerDetailsUrl); 81 link.attr("href", currentLayerDepSelection.layerdetailurl);
82 link.text(currentLayerDepSelection.name); 82 link.text(currentLayerDepSelection.name);
83 link.tooltip({title: currentLayerDepSelection.tooltip, placement: "right"}); 83 link.tooltip({title: currentLayerDepSelection.tooltip, placement: "right"});
84 84