-
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
[Osquery] [Fix] Fix osquery results table fullscreen height issue #147076
[Osquery] [Fix] Fix osquery results table fullscreen height issue #147076
Conversation
Pinging @elastic/security-asset-management (Team:Asset Management) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @tomsonpl |
…astic#147076) (cherry picked from commit 5d0855a)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ue (#147076) (#147381) # Backport This will backport the following commits from `main` to `8.6`: - [[Osquery] [Fix] Fix osquery results table fullscreen height issue (#147076)](#147076) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tomasz Ciecierski","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-12-12T18:18:09Z","message":"[Osquery] [Fix] Fix osquery results table fullscreen height issue (#147076)","sha":"5d0855a08f9882b82f544ea01dc9325ff9a0f87b","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team:Asset Management","Feature:Osquery","v8.6.0","v8.7.0"],"number":147076,"url":"https://github.com/elastic/kibana/pull/147076","mergeCommit":{"message":"[Osquery] [Fix] Fix osquery results table fullscreen height issue (#147076)","sha":"5d0855a08f9882b82f544ea01dc9325ff9a0f87b"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/147076","number":147076,"mergeCommit":{"message":"[Osquery] [Fix] Fix osquery results table fullscreen height issue (#147076)","sha":"5d0855a08f9882b82f544ea01dc9325ff9a0f87b"}}]}] BACKPORT--> Co-authored-by: Tomasz Ciecierski <[email protected]>
Fixed issue with result tab in fullscreen mode, while still preserve max-height for normal result tab (non-fullscreen).