From fce3595154e016972fa53c7539347138b04b85d6 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 17 Oct 2014 17:16:06 -0400 Subject: [PATCH] adjusted the height of the portal containers adjusted to utilize more vertical screen space --- awx/ui/static/js/controllers/Portal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/controllers/Portal.js b/awx/ui/static/js/controllers/Portal.js index ff3935ad22..6698de9822 100644 --- a/awx/ui/static/js/controllers/Portal.js +++ b/awx/ui/static/js/controllers/Portal.js @@ -72,7 +72,7 @@ function PortalController($scope, $compile, $routeParams, $rootScope, $location, } $scope.removeLoadPortal = $scope.$on('LoadPortal', function () { winHeight = $(window).height(); - available_height = Math.floor(winHeight - $('#main-menu-container .navbar').outerHeight() - $('#refresh-row').outerHeight() - 45); + available_height = Math.floor(winHeight - $('#main-menu-container .navbar').outerHeight() - $('#refresh-row').outerHeight() - 30); $('.portal-container').height(available_height); view.inject( list, {