diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
index 2addecd357..2793225d0c 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
@@ -381,12 +381,12 @@ function layerDetailsPageInit (ctx) {
});
/* Clear the current search selection and reload the results */
- $("#target-search-clear").click(function(){
+ $(".target-search-clear").click(function(){
$("#target-search").val("");
$(this).parents("form").submit();
});
- $("#machine-search-clear").click(function(){
+ $(".machine-search-clear").click(function(){
$("#machine-search").val("");
$(this).parents("form").submit();
});
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
index a89ffb0312..f8f2d7ab87 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -205,11 +205,14 @@
{% if request.GET.targets_search %}
-
+
{% endif %}
+ {% if targets.paginator.count == 0 %}
+