mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [[Profiling] Remove link to 'Other' bucket (#147523)](https://github.com/elastic/kibana/pull/147523) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dario Gieselaar","email":"dario.gieselaar@elastic.co"},"sourceCommit":{"committedDate":"2022-12-14T15:57:32Z","message":"[Profiling] Remove link to 'Other' bucket (#147523)\n\nCloses https://github.com/elastic/prodfiler/issues/2739","sha":"f2fcb1c5afc19f8439dfff4c4137e1b2253478dc","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v8.7.0","v8.6.1"],"number":147523,"url":"https://github.com/elastic/kibana/pull/147523","mergeCommit":{"message":"[Profiling] Remove link to 'Other' bucket (#147523)\n\nCloses https://github.com/elastic/prodfiler/issues/2739","sha":"f2fcb1c5afc19f8439dfff4c4137e1b2253478dc"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/147523","number":147523,"mergeCommit":{"message":"[Profiling] Remove link to 'Other' bucket (#147523)\n\nCloses https://github.com/elastic/prodfiler/issues/2739","sha":"f2fcb1c5afc19f8439dfff4c4137e1b2253478dc"}},{"branch":"8.6","label":"v8.6.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
This commit is contained in:
parent
690e4a15b3
commit
8079031ff2
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,8 @@ export const SubChart: React.FC<SubChartProps> = ({
|
|||
<EuiLink onClick={() => onShowMoreClick?.()}>
|
||||
<EuiText size="s">{label}</EuiText>
|
||||
</EuiLink>
|
||||
) : category === OTHER_BUCKET_LABEL ? (
|
||||
<EuiText size="s">{label}</EuiText>
|
||||
) : (
|
||||
<EuiLink href={href}>
|
||||
<EuiText size="s">{label}</EuiText>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue