mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Removing comment
This commit is contained in:
parent
c3f5909600
commit
df5f384916
@ -234,7 +234,7 @@ export function JobsListController ($rootScope, $log, $scope, $compile, $routePa
|
||||
page_row = Math.max($('.page-row:eq(0)').outerHeight(), 33);
|
||||
header = Math.max($('#completed_jobs_table thead').height(), 24);
|
||||
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 = (max_rows < 5) ? 5 : max_rows;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user