mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.13`: - [[SLOs] List page, fixes total info (#177479)](https://github.com/elastic/kibana/pull/177479) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"shahzad31comp@gmail.com"},"sourceCommit":{"committedDate":"2024-02-21T17:49:20Z","message":"[SLOs] List page, fixes total info (#177479)\n\n## Summary\r\n\r\nFixes List page, fixes total info !!\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"18beb4a7
-df76-40bd-8dfb-9ada13298294\">","sha":"d4757f41c4df3fe0c5771cfa6e72e9a933f50686","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","Team:obs-ux-management","v8.14.0"],"title":"[SLOs] List page, fixes total info","number":177479,"url":"https://github.com/elastic/kibana/pull/177479","mergeCommit":{"message":"[SLOs] List page, fixes total info (#177479)\n\n## Summary\r\n\r\nFixes List page, fixes total info !!\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"18beb4a7
-df76-40bd-8dfb-9ada13298294\">","sha":"d4757f41c4df3fe0c5771cfa6e72e9a933f50686"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177479","number":177479,"mergeCommit":{"message":"[SLOs] List page, fixes total info (#177479)\n\n## Summary\r\n\r\nFixes List page, fixes total info !!\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"18beb4a7
-df76-40bd-8dfb-9ada13298294\">","sha":"d4757f41c4df3fe0c5771cfa6e72e9a933f50686"}}]}] BACKPORT--> Co-authored-by: Shahzad <shahzad31comp@gmail.com>
This commit is contained in:
parent
23516c2595
commit
937d962967
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export function ToggleSLOView({
|
|||
return (
|
||||
<EuiFlexGroup alignItems="center">
|
||||
<EuiFlexItem grow={true}>
|
||||
{!state.groupBy && (
|
||||
{(!state.groupBy || state.groupBy === 'ungrouped') && (
|
||||
<EuiText size="s">
|
||||
<FormattedMessage
|
||||
id="xpack.observability.overview.pagination.description"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue