mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
adjusted the height of the portal containers
adjusted to utilize more vertical screen space
This commit is contained in:
@@ -72,7 +72,7 @@ function PortalController($scope, $compile, $routeParams, $rootScope, $location,
|
|||||||
}
|
}
|
||||||
$scope.removeLoadPortal = $scope.$on('LoadPortal', function () {
|
$scope.removeLoadPortal = $scope.$on('LoadPortal', function () {
|
||||||
winHeight = $(window).height();
|
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);
|
$('.portal-container').height(available_height);
|
||||||
|
|
||||||
view.inject( list, {
|
view.inject( list, {
|
||||||
|
|||||||
Reference in New Issue
Block a user