mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
2.0 style changes
More work on status area of job detail page. It now collapses perfectly as viewport size shrinks.
This commit is contained in:
@@ -530,7 +530,6 @@ function JobDetailController ($rootScope, $scope, $compile, $routeParams, $log,
|
||||
$('#tasks-table-detail').mCustomScrollbar("update");
|
||||
$('#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();
|
||||
if (height > 15) {
|
||||
// there's a bunch of white space at the bottom, let's use it
|
||||
|
||||
Reference in New Issue
Block a user