mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Fix URLs from displaying too long * Add encodeURIComponent
This commit is contained in:
parent
5f17cd6da3
commit
ad9145b7b0
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ export default function (kibana) {
|
|||
defaultSearchField: 'url',
|
||||
isImportableAndExportable: true,
|
||||
getTitle(obj) {
|
||||
return obj.attributes.url;
|
||||
return `/goto/${encodeURIComponent(obj.id)}`;
|
||||
},
|
||||
},
|
||||
config: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue