Skip to content
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

[Monitoring] Change case of text in license screen #20276

Closed
gchaps opened this issue Jun 27, 2018 · 0 comments
Closed

[Monitoring] Change case of text in license screen #20276

gchaps opened this issue Jun 27, 2018 · 0 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience good first issue low hanging fruit Team:Monitoring Stack Monitoring team v6.3.2 v6.4.0 v7.0.0

Comments

@gchaps
Copy link
Contributor

gchaps commented Jun 27, 2018

Kibana version: 6.3.0

Describe the bug:

The Monitoring dashboard has a link to view the license in the upper left. The case of the of license name is lower case and should be init caps. So in this screen platinum should be Platinum.

The code that creates the text is in this file:
x-pack/plugins/license_management/public/sections/license_dashboard/license_status/license_status.js:41

This is the code.

title = `Your ${type} license is ${status.toLowerCase()}`;

In Management, they change the case of the text before passing it into the React control:

x-pack/plugins/monitoring/public/components/license/index.js#L55

The code is

type={type}
@jinmu03 jinmu03 added v6.3.2 and removed v6.3.1 labels Jul 5, 2018
@pickypg pickypg added bug Fixes for quality problems that affect the customer experience good first issue low hanging fruit and removed v6.3.0 labels Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience good first issue low hanging fruit Team:Monitoring Stack Monitoring team v6.3.2 v6.4.0 v7.0.0
Projects
None yet
Development

No branches or pull requests

4 participants