From 1423f15b0d0085e09824b04fb036a3db7f9552d0 Mon Sep 17 00:00:00 2001 From: Joey Tawadrous <90795735+joey-grafana@users.noreply.github.com> Date: Thu, 26 Jan 2023 09:35:44 +0000 Subject: [PATCH] Tempo: Update column width for Loki search (#61924) Update col widths --- public/app/plugins/datasource/tempo/resultTransformer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/plugins/datasource/tempo/resultTransformer.ts b/public/app/plugins/datasource/tempo/resultTransformer.ts index c043c807740..403787af5fb 100644 --- a/public/app/plugins/datasource/tempo/resultTransformer.ts +++ b/public/app/plugins/datasource/tempo/resultTransformer.ts @@ -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}',