[Streams] Adjust affected resource text#253645
Merged
SoniaSanzV merged 1 commit intoelastic:mainfrom Feb 18, 2026
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
Merged
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
cc @SoniaSanzV |
damian-polewski
approved these changes
Feb 18, 2026
chrisbmar
pushed a commit
to chrisbmar/kibana
that referenced
this pull request
Feb 19, 2026
## Summary Small change in the `edit_policy_modal`to better match the mocks. The affected resource column now is displayed with font-size 12px (xs) and color subdued. ### How to test View and test the component in Storybook: ```bash yarn storybook streams_app ``` ### Mocks <img width="740" height="494" alt="Screenshot 2026-02-18 at 09 19 47" src="https://github.com/user-attachments/assets/88fbb924-abfe-42f9-b096-8168707084d2" /> ### Implementation #### Before <img width="621" height="407" alt="Screenshot 2026-02-18 at 09 16 22" src="https://github.com/user-attachments/assets/ff9f77bf-8697-4721-8de0-242657d7e785" /> #### After <img width="651" height="412" alt="Screenshot 2026-02-18 at 09 15 58" src="https://github.com/user-attachments/assets/69ea3a41-731b-4830-8e4b-9564895a0a6f" />
ersin-erdal
pushed a commit
to ersin-erdal/kibana
that referenced
this pull request
Feb 19, 2026
## Summary Small change in the `edit_policy_modal`to better match the mocks. The affected resource column now is displayed with font-size 12px (xs) and color subdued. ### How to test View and test the component in Storybook: ```bash yarn storybook streams_app ``` ### Mocks <img width="740" height="494" alt="Screenshot 2026-02-18 at 09 19 47" src="https://github.com/user-attachments/assets/88fbb924-abfe-42f9-b096-8168707084d2" /> ### Implementation #### Before <img width="621" height="407" alt="Screenshot 2026-02-18 at 09 16 22" src="https://github.com/user-attachments/assets/ff9f77bf-8697-4721-8de0-242657d7e785" /> #### After <img width="651" height="412" alt="Screenshot 2026-02-18 at 09 15 58" src="https://github.com/user-attachments/assets/69ea3a41-731b-4830-8e4b-9564895a0a6f" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Small change in the
edit_policy_modalto better match the mocks. The affected resource column now is displayed with font-size 12px (xs) and color subdued.How to test
View and test the component in Storybook:
Mocks
Implementation
Before
After