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

[ES UI] Management apps page titles #71611

Closed

Conversation

jloleysens
Copy link
Contributor

Summary

Fix #69286

Added set and reset page title calls at app mount time for all apps visible in "platinum" license except:

  • Security plugins
  • Beats Central Management

These were a bit too non-standard and I would feel more comfortable to ping the owners for the changes (will create an issue to this effect and link here).

To plugin owners

For your specific plugin it would be great to look at if the code changes are in keeping with any patterns you would like to adhere to. I have tried to keep changes as minimal as possible. This means setting the doc title at app render time and reseting it at unmount time (typically in a function like "renderApp" or "boot"). This sets the title to a single catch all name for all sections/views of your plugin. This is only intended as a starting point for a more consistent app title for end users.

To management plugin owners; this plugin will just do a reset on doc title at mount time to clear out any titles that may not have been cleaned up from plugins outside of management.

Screenshot

Screenshot 2020-07-14 at 12 40 39

How to test

  1. Start Kibana
  2. Navigate to Management plugin section
  3. Click through the list of plugins and see the page title change.

@jloleysens jloleysens added chore release_note:skip Skip the PR/issue when compiling release notes Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.10.0 v8.0.0 labels Jul 14, 2020
…t-apps-page-titles

* 'master' of github.com:elastic/kibana: (88 commits)
  [ML] Functional tests - disable DFA creation and cloning tests
  [APM] Use status_code field to calculate error rate (elastic#71109)
  [Observability] Change appLink passing the date range (elastic#71259)
  [Security] Add Timeline improvements (elastic#71506)
  adjust vislib bar opacity (elastic#71421)
  Fix ScopedHistory mock and adapt usages (elastic#71404)
  [Security Solution] Add hook for reading/writing resolver query params (elastic#70809)
  [APM] Bug fixes from ML integration testing (elastic#71564)
  [Discover] Add caused_by.type and caused_by.reason to error toast modal (elastic#70404)
  [Security Solution] Add 3rd level breadcrumb to admin page (elastic#71275)
  [Security Solution][Exceptions] Exception modal bulk close alerts that match exception attributes (elastic#71321)
  Change signal.rule.risk score mapping from keyword to float (elastic#71126)
  Added help text where needed on connectors and alert actions UI (elastic#69601)
  [SIEM][Detections] Value Lists Management Modal (elastic#67068)
  [test] Skips test preventing promotion of ES snapshot elastic#71582
  [test] Skips test preventing promotion of ES snapshot elastic#71555
  [ILM] Fix alignment of the timing field (elastic#71273)
  [SIEM][Detection Engine][Lists] Adds the ability for exception lists to be multi-list queried. (elastic#71540)
  initial telemetry setup (elastic#69330)
  [Reporting] Formatting fixes for CSV export in Discover, CSV download from Dashboard panel (elastic#67027)
  ...

# Conflicts:
#	x-pack/plugins/index_management/public/application/index.tsx
@jloleysens
Copy link
Contributor Author

Closing in favour of #69286

@jloleysens jloleysens closed this Jul 14, 2020
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

@kbn/optimizer bundle module count

id value diff baseline
advancedSettings 24 +1 23
savedObjectsManagement 16 +1 15
upgradeAssistant 27 +1 26
total - +3 -

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore release_note:skip Skip the PR/issue when compiling release notes Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ES UI] Management Section Page Titles are not getting set
2 participants