mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 23:59:02 +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 = [
|
const items = [
|
||||||
{
|
{
|
||||||
key: EQueryType.QUERY_BUILDER.toString(),
|
key: EQueryType.QUERY_BUILDER.toString(),
|
||||||
|
label: 'Query Builder',
|
||||||
tab: (
|
tab: (
|
||||||
<TabHeader
|
<TabHeader
|
||||||
tabName="Query Builder"
|
tabName="Query Builder"
|
||||||
@ -172,6 +173,7 @@ function QuerySection({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: EQueryType.CLICKHOUSE.toString(),
|
key: EQueryType.CLICKHOUSE.toString(),
|
||||||
|
label: 'ClickHouse Query',
|
||||||
tab: (
|
tab: (
|
||||||
<TabHeader
|
<TabHeader
|
||||||
tabName="ClickHouse Query"
|
tabName="ClickHouse Query"
|
||||||
@ -195,6 +197,7 @@ function QuerySection({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: EQueryType.PROM.toString(),
|
key: EQueryType.PROM.toString(),
|
||||||
|
label: 'PromQL',
|
||||||
tab: (
|
tab: (
|
||||||
<TabHeader
|
<TabHeader
|
||||||
tabName="PromQL"
|
tabName="PromQL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user