[8.13] [SLOs] List page, fixes total info (#177479) (#177502)

# 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:
Kibana Machine 2024-02-21 14:17:17 -05:00 committed by GitHub
parent 23516c2595
commit 937d962967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"