mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
De-duplicates dashboard feature definition (#72834)
This commit is contained in:
parent
8305d9f775
commit
b23b3d9024
3 changed files with 83 additions and 4 deletions
|
@ -148,7 +148,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
|
|||
app: ['dashboards', 'kibana'],
|
||||
catalogue: ['dashboard'],
|
||||
savedObject: {
|
||||
all: ['dashboard', 'url', 'query'],
|
||||
all: ['dashboard', 'query'],
|
||||
read: [
|
||||
'index-pattern',
|
||||
'search',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue