-
Notifications
You must be signed in to change notification settings - Fork 923
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
[Backport 2.17] refactor: add workspace info in index pattern and asset header and update workspace header #8005
Conversation
…date workspace header (#7859) (#7972) * update header for objects * remove render component button and add workspace info in index pattern header * style: update workspace list button based on latest mockup * fine-tune style for workspace and saved objects * Changeset file for PR #7859 created/updated * test: update snapshots for feature cards * Update src/plugins/index_pattern_management/public/components/index_pattern_table/index_pattern_table.tsx * Update src/plugins/saved_objects_management/public/management_section/objects_table/components/header.tsx * remove extra space in sentence * lint: break line --------- (cherry picked from commit cbe74d8) Signed-off-by: tygao <[email protected]> Signed-off-by: Tianyu Gao <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Yulong Ruan <[email protected]> Co-authored-by: SuZhou-Joe <[email protected]> (cherry picked from commit f7a168d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.17 #8005 +/- ##
==========================================
- Coverage 61.13% 61.10% -0.04%
==========================================
Files 3686 3686
Lines 87137 87139 +2
Branches 13382 13387 +5
==========================================
- Hits 53274 53248 -26
- Misses 30633 30667 +34
+ Partials 3230 3224 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Backport f7a168d from #7972.