|
|
@ -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}', |
|
|
|