mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-28 03:12:04 +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 { v4 as uuid } from 'uuid';
|
||||||
|
|
||||||
import { IServiceName } from '../types';
|
import { IServiceName } from '../types';
|
||||||
|
import { title } from './config';
|
||||||
import ColumnWithLink from './TableRenderer/ColumnWithLink';
|
import ColumnWithLink from './TableRenderer/ColumnWithLink';
|
||||||
import { getTableColumnRenderer } from './TableRenderer/TableColumnRenderer';
|
import { getTableColumnRenderer } from './TableRenderer/TableColumnRenderer';
|
||||||
|
|
||||||
@ -108,6 +109,7 @@ function TopOperationMetrics(): JSX.Element {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<QueryTable
|
<QueryTable
|
||||||
|
title={title}
|
||||||
query={updatedQuery}
|
query={updatedQuery}
|
||||||
queryTableData={queryTableData}
|
queryTableData={queryTableData}
|
||||||
loading={isLoading}
|
loading={isLoading}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user