[Monitoring] Design/UI improvements#76946
Merged
chrisronline merged 27 commits intoelastic:masterfrom Sep 23, 2020
Merged
Conversation
Contributor
|
Pinging @elastic/stack-monitoring (Team:Monitoring) |
igoristic
reviewed
Sep 15, 2020
| defaultMessage: 'Elasticsearch - Ccr', | ||
| }), | ||
| pageTitle: i18n.translate('xpack.monitoring.elasticsearch.ccr.pageTitle', { | ||
| defaultMessage: 'Elasticsearch Ccr', |
Contributor
There was a problem hiding this comment.
I think we should use one/same title for title and pageTitle, and also Ccr should be CCR
igoristic
reviewed
Sep 15, 2020
| (data) => { | ||
| this.setPageTitle( | ||
| i18n.translate('xpack.monitoring.elasticsearch.ccr.shard.pageTitle', { | ||
| defaultMessage: 'Elasticsearch Ccr Shard - Index: {followerIndex} Shard: {shardId}', |
Contributor
There was a problem hiding this comment.
Suggested change
| defaultMessage: 'Elasticsearch Ccr Shard - Index: {followerIndex} Shard: {shardId}', | |
| defaultMessage: 'Elasticsearch CCR Shard - Index: {followerIndex} Shard: {shardId}', |
Contributor
Author
|
@katrin-freihofner Thanks for the great feedback. I made the requested changes and this PR is ready for another round! |
Contributor
Author
|
@elasticmachine merge upstream |
0f4cb65 to
e6c3608
Compare
igoristic
approved these changes
Sep 21, 2020
Contributor
igoristic
left a comment
There was a problem hiding this comment.
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
katrin-freihofner
approved these changes
Sep 23, 2020
Contributor
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
History
To update your PR or re-run it, just comment with: |
chrisronline
added a commit
that referenced
this pull request
Sep 24, 2020
* [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 <elasticmachine@users.noreply.github.com>
Contributor
Author
|
Backport: 7.x: 3515b64 |
This was referenced Oct 3, 2024
consulthys
added a commit
that referenced
this pull request
Oct 3, 2024
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)
tiansivive
pushed a commit
to tiansivive/kibana
that referenced
this pull request
Oct 7, 2024
…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)
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.


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