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,
|
||||
config: {
|
||||
custom: {
|
||||
width: 150,
|
||||
width: 200,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -41,7 +41,7 @@ export function createTableFrame(
|
||||
type: FieldType.string,
|
||||
config: {
|
||||
displayNameFromDS: 'Trace ID',
|
||||
custom: { width: 300 },
|
||||
custom: { width: 180 },
|
||||
links: [
|
||||
{
|
||||
title: 'Click to open trace ${__value.raw}',
|
||||
|
Loading…
Reference in New Issue
Block a user