mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Profiling] Show Top 1000 functions (#142391)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
87dc1fa82f
commit
8be7668d20
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ export const TopNFunctionsTable = ({
|
|||
: row[sortField];
|
||||
},
|
||||
[sortDirection]
|
||||
).slice(0, 100);
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue