-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Monitoring] Design/UI improvements #76946
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
Conversation
|
Pinging @elastic/stack-monitoring (Team:Monitoring) |
| defaultMessage: 'Elasticsearch - Ccr', | ||
| }), | ||
| pageTitle: i18n.translate('xpack.monitoring.elasticsearch.ccr.pageTitle', { | ||
| defaultMessage: 'Elasticsearch Ccr', |
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.
I think we should use one/same title for title and pageTitle, and also Ccr should be CCR
| (data) => { | ||
| this.setPageTitle( | ||
| i18n.translate('xpack.monitoring.elasticsearch.ccr.shard.pageTitle', { | ||
| defaultMessage: 'Elasticsearch Ccr Shard - Index: {followerIndex} Shard: {shardId}', |
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.
| defaultMessage: 'Elasticsearch Ccr Shard - Index: {followerIndex} Shard: {shardId}', | |
| defaultMessage: 'Elasticsearch CCR Shard - Index: {followerIndex} Shard: {shardId}', |
|
@katrin-freihofner Thanks for the great feedback. I made the requested changes and this PR is ready for another round! |
|
@elasticmachine merge upstream |
0f4cb65 to
e6c3608
Compare
igoristic
left a comment
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.
Everything looks good 👍 ...so long as the tests are fixed and CI is green
Also, I think we should change all instances of Ccr to CCR
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
History
To update your PR or re-run it, just comment with: |
* [Monitoring] Design/UI improvements (#76946) * UI tweaks * Add more page titles * Respect pagination settings * Update snapshot * Fix loc issues * Update node listing * Fix tests * Update icon * Update jobs label * More label changes * Fix tests * Fix tests * PR feedback * Improve responsive design here * PR feedback * Fix tests * Fix test and i18n * Remove unused translations * Fix tests * Tweaks # Conflicts: # x-pack/plugins/monitoring/public/components/apm/instance/instance.js # x-pack/plugins/monitoring/public/components/apm/instances/instances.js # x-pack/plugins/monitoring/public/components/apm/overview/index.js # x-pack/plugins/monitoring/public/components/beats/overview/__snapshots__/overview.test.js.snap # x-pack/plugins/monitoring/public/components/beats/overview/overview.js # x-pack/plugins/monitoring/public/components/elasticsearch/nodes/__tests__/__snapshots__/cells.test.js.snap # x-pack/plugins/monitoring/public/components/elasticsearch/nodes/cells.js * Fix tests Co-authored-by: Elastic Machine <[email protected]>
|
Backport: 7.x: 3515b64 |
Closes #194838 ## Summary This PR wraps up the change made in #76946 (issue #77492) The change was about relabeling the "Show system indices" toggle showing below to "Filter for system indices", but when no indices show up, the warning message still contains the old text, i.e. "Show system indices"   ### Checklist - [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [X] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [X] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
…ic#194839) Closes elastic#194838 ## Summary This PR wraps up the change made in elastic#76946 (issue elastic#77492) The change was about relabeling the "Show system indices" toggle showing below to "Filter for system indices", but when no indices show up, the warning message still contains the old text, i.e. "Show system indices"   ### Checklist - [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [X] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [X] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)


Resolves #77492
Adds headlines to each page, like:

and how it looks with the Setup Mode button:Improves numbers in listing tables
Show deltas in the ES nodes listing table differently
Update labels
Jobs -> Machine learning jobs
APM -> APM Server
System indices -> Filter by system indices