mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Jobstdout bug fix
Forced scroll to bottom during live event processing fixed. Bottom spinner right margin fixed.
This commit is contained in:
@@ -213,7 +213,7 @@ function JobStdoutController ($log, $rootScope, $scope, $compile, $routeParams,
|
||||
// if user has not disabled live event view by scrolling upward, then scroll down to the new content
|
||||
current_range = data.range;
|
||||
auto_scroll_down = true; // prevent auto load from happening
|
||||
$('#pre-container-content').scrollTop($('#pre-container-content').prop("scrollHeight"));
|
||||
$('#pre-container').scrollTop($('#pre-container').prop("scrollHeight"));
|
||||
}
|
||||
$('#stdoutMoreRowsBottom').fadeOut(400);
|
||||
})
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
}
|
||||
#stdoutMoreRowsBottom {
|
||||
float: right;
|
||||
padding-right: 15px;
|
||||
}
|
||||
#pre-container {
|
||||
overflow-x: scroll;
|
||||
|
||||
Reference in New Issue
Block a user