mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
c650e35e98
commit
3687e6af16
1 changed files with 5 additions and 1 deletions
|
@ -122,10 +122,14 @@ export function SpanFlyout({
|
|||
<EuiBasicTable
|
||||
columns={[
|
||||
{
|
||||
name: '',
|
||||
field: 'key',
|
||||
render: (key: string) => <TagName>{key}</TagName>
|
||||
},
|
||||
{ field: 'value' }
|
||||
{
|
||||
name: '',
|
||||
field: 'value'
|
||||
}
|
||||
]}
|
||||
items={tags}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue