mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -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
|
// if user has not disabled live event view by scrolling upward, then scroll down to the new content
|
||||||
current_range = data.range;
|
current_range = data.range;
|
||||||
auto_scroll_down = true; // prevent auto load from happening
|
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);
|
$('#stdoutMoreRowsBottom').fadeOut(400);
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
}
|
}
|
||||||
#stdoutMoreRowsBottom {
|
#stdoutMoreRowsBottom {
|
||||||
float: right;
|
float: right;
|
||||||
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
#pre-container {
|
#pre-container {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
|||||||
Reference in New Issue
Block a user