forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Console]: incorrect position of console tour elastic#198389 (e…
…lastic#198636) (elastic#200622) # Backport This will backport the following commits from `main` to `8.x`: - [[Console]: incorrect position of console tour elastic#198389 (elastic#198636)](elastic#198636) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"ruby","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-18T17:14:32Z","message":"[Console]: incorrect position of console tour elastic#198389 (elastic#198636)","sha":"81919c3d77f2d061540577cb8a889ca86bd0241d","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","💝community","v9.0.0","backport:prev-minor"],"title":"[Console]: incorrect position of console tour elastic#198389","number":198636,"url":"https://github.com/elastic/kibana/pull/198636","mergeCommit":{"message":"[Console]: incorrect position of console tour elastic#198389 (elastic#198636)","sha":"81919c3d77f2d061540577cb8a889ca86bd0241d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198636","number":198636,"mergeCommit":{"message":"[Console]: incorrect position of console tour elastic#198389 (elastic#198636)","sha":"81919c3d77f2d061540577cb8a889ca86bd0241d"}}]}] BACKPORT--> Co-authored-by: ruby <[email protected]>
- Loading branch information
1 parent
5ddbb9d
commit 779c9ba
Showing
6 changed files
with
70 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
*/ | ||
|
||
export const MAJOR_VERSION = '8.0.0'; | ||
|
||
export const WELCOME_TOUR_DELAY = 250; |
This file contains 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
This file contains 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
This file contains 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
This file contains 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