diff --git a/InvenTree/templates/InvenTree/index.html b/InvenTree/templates/InvenTree/index.html index c72dd5264a..bad3d3e9d7 100644 --- a/InvenTree/templates/InvenTree/index.html +++ b/InvenTree/templates/InvenTree/index.html @@ -68,7 +68,7 @@ function addHeaderAction(label, title, icon, options) { }); // Show the one we want - $(`#detail-${label}`).show(); + $(`#detail-${label}`).fadeIn(); }); // Connect a callback to the table