mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
ab7a4e5f28
commit
1423f15b0d
@ -32,7 +32,7 @@ export function createTableFrame(
|
|||||||
type: FieldType.time,
|
type: FieldType.time,
|
||||||
config: {
|
config: {
|
||||||
custom: {
|
custom: {
|
||||||
width: 150,
|
width: 200,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -41,7 +41,7 @@ export function createTableFrame(
|
|||||||
type: FieldType.string,
|
type: FieldType.string,
|
||||||
config: {
|
config: {
|
||||||
displayNameFromDS: 'Trace ID',
|
displayNameFromDS: 'Trace ID',
|
||||||
custom: { width: 300 },
|
custom: { width: 180 },
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: 'Click to open trace ${__value.raw}',
|
title: 'Click to open trace ${__value.raw}',
|
||||||
|
Loading…
Reference in New Issue
Block a user