mirror of
https://github.com/ansible/awx.git
synced 2026-08-04 12:00:03 -02:30
Job detail page
Attempt to get mousewheel (trackpad) scrolling to not be super aggressive.
This commit is contained in:
@@ -957,7 +957,6 @@ function($rootScope, $log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, Ge
|
||||
result.push(plays[newKeys[idx]]);
|
||||
idx++;
|
||||
}
|
||||
|
||||
scope.plays = result;
|
||||
if (scope.liveEventProcessing) {
|
||||
scope.$emit('FixPlaysScroll');
|
||||
|
||||
Reference in New Issue
Block a user