mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
adjusted the height of the portal containers
adjusted to utilize more vertical screen space
This commit is contained in:
parent
98a709a822
commit
fce3595154
@ -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, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user