-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Terminal Output] tty toggle now shows number of bytes in tooltip, if no output we disa… #141174
[Terminal Output] tty toggle now shows number of bytes in tooltip, if no output we disa… #141174
Conversation
…ble button (instead of hide)
Co-authored-by: Tyler Smalley <tylersmalley@gmail.com>
x-pack/plugins/session_view/public/components/session_view/index.tsx
Outdated
Show resolved
Hide resolved
…a into tty_toggle_improvement
Co-authored-by: Tyler Smalley <tylersmalley@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ops files LGTM
…ble button (instead of hide)
Summary
Improves the tooltip for TTY toggle. Shows amount of bytes/kb/mb of output data in the toggle button tooltip.
Also using disabled state to show that session has no output (instead of hiding the button altogether).
Checklist
Delete any items that are not applicable to this PR.