Adds lens as a readable saved object for read-only dashboard users (#77067)

This commit is contained in:
Larry Gregory 2020-09-09 19:52:47 -04:00 committed by GitHub
parent 2965f3e183
commit cc590b67b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -111,6 +111,7 @@ Array [
"visualization", "visualization",
"timelion-sheet", "timelion-sheet",
"canvas-workpad", "canvas-workpad",
"lens",
"map", "map",
"dashboard", "dashboard",
"query", "query",

View file

@ -172,6 +172,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
'visualization', 'visualization',
'timelion-sheet', 'timelion-sheet',
'canvas-workpad', 'canvas-workpad',
'lens',
'map', 'map',
'dashboard', 'dashboard',
'query', 'query',