Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] π Streams: Fix routing UI for no-condition routing (elastic#206752
) (elastic#206965) # Backport This will backport the following commits from `main` to `8.x`: - [π Streams: Fix routing UI for no-condition routing (elastic#206752)](elastic#206752) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Joe Reuter","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-16T15:23:18Z","message":"π Streams: Fix routing UI for no-condition routing (elastic#206752)\n\nIt is possible for a stream to end up with no routing condition. This is\nuseful to stop routing to a child, but keep the child stream around.\nCurrently, this is not handled well by the UI - the font size is wrong\nand there is no way to change it:\n<img width=\"671\" alt=\"Screenshot 2025-01-15 at 13 25 12\"\nsrc=\"https://github.com/user-attachments/assets/25d45969-eff8-449b-9f75-831aa6c46a25\"\n/>\n\nThis PR fixes this:\n<img width=\"684\" alt=\"Screenshot 2025-01-15 at 13 24 38\"\nsrc=\"https://github.com/user-attachments/assets/dd9399e9-0841-4962-a8af-b15dc922cc6d\"\n/>\n\n<img width=\"660\" alt=\"Screenshot 2025-01-15 at 13 33 47\"\nsrc=\"https://github.com/user-attachments/assets/c0a33aec-3c94-46c4-b440-2d582522f89e\"\n/>","sha":"49f97246801835373c77222eda97c4c48ceb027f","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.18.0","Feature:Streams"],"title":"π Streams: Fix routing UI for no-condition routing","number":206752,"url":"https://github.com/elastic/kibana/pull/206752","mergeCommit":{"message":"π Streams: Fix routing UI for no-condition routing (elastic#206752)\n\nIt is possible for a stream to end up with no routing condition. This is\nuseful to stop routing to a child, but keep the child stream around.\nCurrently, this is not handled well by the UI - the font size is wrong\nand there is no way to change it:\n<img width=\"671\" alt=\"Screenshot 2025-01-15 at 13 25 12\"\nsrc=\"https://github.com/user-attachments/assets/25d45969-eff8-449b-9f75-831aa6c46a25\"\n/>\n\nThis PR fixes this:\n<img width=\"684\" alt=\"Screenshot 2025-01-15 at 13 24 38\"\nsrc=\"https://github.com/user-attachments/assets/dd9399e9-0841-4962-a8af-b15dc922cc6d\"\n/>\n\n<img width=\"660\" alt=\"Screenshot 2025-01-15 at 13 33 47\"\nsrc=\"https://github.com/user-attachments/assets/c0a33aec-3c94-46c4-b440-2d582522f89e\"\n/>","sha":"49f97246801835373c77222eda97c4c48ceb027f"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206752","number":206752,"mergeCommit":{"message":"π Streams: Fix routing UI for no-condition routing (elastic#206752)\n\nIt is possible for a stream to end up with no routing condition. This is\nuseful to stop routing to a child, but keep the child stream around.\nCurrently, this is not handled well by the UI - the font size is wrong\nand there is no way to change it:\n<img width=\"671\" alt=\"Screenshot 2025-01-15 at 13 25 12\"\nsrc=\"https://github.com/user-attachments/assets/25d45969-eff8-449b-9f75-831aa6c46a25\"\n/>\n\nThis PR fixes this:\n<img width=\"684\" alt=\"Screenshot 2025-01-15 at 13 24 38\"\nsrc=\"https://github.com/user-attachments/assets/dd9399e9-0841-4962-a8af-b15dc922cc6d\"\n/>\n\n<img width=\"660\" alt=\"Screenshot 2025-01-15 at 13 33 47\"\nsrc=\"https://github.com/user-attachments/assets/c0a33aec-3c94-46c4-b440-2d582522f89e\"\n/>","sha":"49f97246801835373c77222eda97c4c48ceb027f"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Joe Reuter <[email protected]>
- Loading branch information