diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index 01ce59b083..aeb72f01cd 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -531,7 +531,7 @@ function JobDetailController ($rootScope, $scope, $compile, $routeParams, $log, $('#hosts-table-detail').height(150); $('#hosts-table-detail').mCustomScrollbar("update"); //height = $('#wrap').height() - $('.site-footer').outerHeight() - $('.main-container').height(); - height = $(window).height() - $('#main-menu-container .navbar').outerHeight() + height = $(window).height() - $('#main-menu-container .navbar').outerHeight(); if (height > 15) { // there's a bunch of white space at the bottom, let's use it $('#plays-table-detail').height(150 + (height / 3));