Tempo: Update column width for Loki search (#61924)

Update col widths
This commit is contained in:
Joey Tawadrous 2023-01-26 09:35:44 +00:00 committed by GitHub
parent ab7a4e5f28
commit 1423f15b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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