mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit ba306be80d
)
Co-authored-by: Tim Rühsen <tim.ruhsen@elastic.co>
This commit is contained in:
parent
4476ccd896
commit
ae93ba01f7
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ export const TopNFunctionsTable = ({
|
|||
defaultMessage: 'Samples',
|
||||
}),
|
||||
align: 'right',
|
||||
render: (_, { samples }) => {
|
||||
return <EuiText style={{ whiteSpace: 'nowrap', fontSize: 'inherit' }}>{samples}</EuiText>;
|
||||
},
|
||||
},
|
||||
{
|
||||
field: TopNFunctionSortField.ExclusiveCPU,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue