Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll with content as more output is logged to the UI terminal #157

Closed
glennmusa opened this issue Apr 15, 2021 · 0 comments · Fixed by #177
Closed

Scroll with content as more output is logged to the UI terminal #157

glennmusa opened this issue Apr 15, 2021 · 0 comments · Fixed by #177
Assignees
Labels
core New feature or request

Comments

@glennmusa
Copy link
Contributor

Benefit/Result/Outcome
Today the Execute Terraform output is rendered in the UI from the `$("#terminal") element but quickly flows out of the viewport and continues to flow out of the viewport requiring an end-user to interact with the screen to check on deployment progress.

Description
It'd be nice if that as output was written to the element, the element automatically scrolled to the bottom so that the user doesn't need to interact with the screen to check on deployment progress.

This could probably be achieved with jQuery's scrollTop() method passing in the element's scrollHeight property.

Acceptance Criteria

  • the UI's terminal element automatically scrolls as subshell output is added to it
@Breanna-Stryker Breanna-Stryker self-assigned this Apr 21, 2021
@brooke-hamilton brooke-hamilton changed the title scroll with content as more output is logged to the UI terminal Scroll with content as more output is logged to the UI terminal Apr 26, 2021
@brooke-hamilton brooke-hamilton added core New feature or request persona: IT admin labels Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants