mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:59:00 +08:00
fix: label is added in the tabs (#2507)
This commit is contained in:
parent
6c2faa21f4
commit
fe640aae39
@ -146,6 +146,7 @@ function QuerySection({
|
||||
const items = [
|
||||
{
|
||||
key: EQueryType.QUERY_BUILDER.toString(),
|
||||
label: 'Query Builder',
|
||||
tab: (
|
||||
<TabHeader
|
||||
tabName="Query Builder"
|
||||
@ -172,6 +173,7 @@ function QuerySection({
|
||||
},
|
||||
{
|
||||
key: EQueryType.CLICKHOUSE.toString(),
|
||||
label: 'ClickHouse Query',
|
||||
tab: (
|
||||
<TabHeader
|
||||
tabName="ClickHouse Query"
|
||||
@ -195,6 +197,7 @@ function QuerySection({
|
||||
},
|
||||
{
|
||||
key: EQueryType.PROM.toString(),
|
||||
label: 'PromQL',
|
||||
tab: (
|
||||
<TabHeader
|
||||
tabName="PromQL"
|
||||
|
Loading…
x
Reference in New Issue
Block a user