mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-25 22:04:26 +08:00
fix: key operation table title for metrics (#3280)
* fix: key operation table title for metrics * refactor: memorized the function getTitle * refactor: made use of config function
This commit is contained in:
parent
3d5dc05c08
commit
171cea14e2
@ -19,6 +19,7 @@ import { GlobalReducer } from 'types/reducer/globalTime';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
|
||||
import { IServiceName } from '../types';
|
||||
import { title } from './config';
|
||||
import ColumnWithLink from './TableRenderer/ColumnWithLink';
|
||||
import { getTableColumnRenderer } from './TableRenderer/TableColumnRenderer';
|
||||
|
||||
@ -108,6 +109,7 @@ function TopOperationMetrics(): JSX.Element {
|
||||
|
||||
return (
|
||||
<QueryTable
|
||||
title={title}
|
||||
query={updatedQuery}
|
||||
queryTableData={queryTableData}
|
||||
loading={isLoading}
|
||||
|
Loading…
x
Reference in New Issue
Block a user