mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
93a4dd9e10
commit
f5e0c11a62
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ export const TableView = injectI18n(
|
|||
const items = nodes.map(node => {
|
||||
const name = last(node.path);
|
||||
return {
|
||||
name: (name && name.value) || 'unknown',
|
||||
name: (name && name.label) || 'unknown',
|
||||
...getGroupPaths(node.path).reduce(
|
||||
(acc, path, index) => ({
|
||||
...acc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue