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

Update col widths
pull/62182/head
Joey Tawadrous 3 years ago committed by GitHub
parent ab7a4e5f28
commit 1423f15b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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}',

Loading…
Cancel
Save