mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Removing comment
This commit is contained in:
@@ -234,7 +234,7 @@ export function JobsListController ($rootScope, $log, $scope, $compile, $routePa
|
|||||||
page_row = Math.max($('.page-row:eq(0)').outerHeight(), 33);
|
page_row = Math.max($('.page-row:eq(0)').outerHeight(), 33);
|
||||||
header = Math.max($('#completed_jobs_table thead').height(), 24);
|
header = Math.max($('#completed_jobs_table thead').height(), 24);
|
||||||
height = Math.floor(available_height / 2) - header - page_row - search_row - 30;
|
height = Math.floor(available_height / 2) - header - page_row - search_row - 30;
|
||||||
row_height = (docw < 1350) ? 47 : 44; //27; // JET march 6: changing this from 27 to 44 due to new icon font sizes/increased row height.
|
row_height = (docw < 1350) ? 47 : 44;
|
||||||
max_rows = Math.floor(height / row_height);
|
max_rows = Math.floor(height / row_height);
|
||||||
max_rows = (max_rows < 5) ? 5 : max_rows;
|
max_rows = (max_rows < 5) ? 5 : max_rows;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user