mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Correct js typo
This commit is contained in:
parent
b6947d0260
commit
699eef1fbd
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user