mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-13 19:31:33 +08:00
fix: make the config isColumn false for all the filters (#5896)
This commit is contained in:
parent
3e32dabf46
commit
36adc17a34
@ -31,7 +31,7 @@ export const LogsQuickFiltersConfig: IQuickFiltersConfig[] = [
|
|||||||
key: 'severity_text',
|
key: 'severity_text',
|
||||||
dataType: DataTypes.String,
|
dataType: DataTypes.String,
|
||||||
type: '',
|
type: '',
|
||||||
isColumn: true,
|
isColumn: false,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
id: 'severity_text--string----true',
|
id: 'severity_text--string----true',
|
||||||
},
|
},
|
||||||
@ -56,7 +56,7 @@ export const LogsQuickFiltersConfig: IQuickFiltersConfig[] = [
|
|||||||
key: 'service.name',
|
key: 'service.name',
|
||||||
dataType: DataTypes.String,
|
dataType: DataTypes.String,
|
||||||
type: 'resource',
|
type: 'resource',
|
||||||
isColumn: true,
|
isColumn: false,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
id: 'service.name--string--resource--true',
|
id: 'service.name--string--resource--true',
|
||||||
},
|
},
|
||||||
@ -105,7 +105,7 @@ export const LogsQuickFiltersConfig: IQuickFiltersConfig[] = [
|
|||||||
key: 'k8s.namespace.name',
|
key: 'k8s.namespace.name',
|
||||||
dataType: DataTypes.String,
|
dataType: DataTypes.String,
|
||||||
type: 'resource',
|
type: 'resource',
|
||||||
isColumn: true,
|
isColumn: false,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
},
|
},
|
||||||
defaultOpen: false,
|
defaultOpen: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user