-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:ConsoleDev Tools Console FeatureDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Description
Kibana version: 7.7.0
Elasticsearch version: 7.7.0
Describe the bug:
The query example within the Console tool's help sidebar is formatted incorrectly (see above screenshot). Apparently some JavaScript syntax is mixed in.
Related files:
| # index a doc | |
| PUT index/1 | |
| { | |
| "body": "here" | |
| } | |
| # and get it ... | |
| GET index/1 |
| el.textContent = exampleText.trim(); |
Steps to reproduce:
- Navigate to the Console dev tool
- Click Help link just above the editor
Expected behavior:
The query example should look pretty.
Metadata
Metadata
Assignees
Labels
Feature:ConsoleDev Tools Console FeatureDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
