mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Removing the lens feature, using visualize instead (#48041)
* Removing the lens feature, using visualize instead * Updating /api/features test because lens isn't a feature anymore * Updating capability from lens to visualize in test * Fixing api integration test
This commit is contained in:
parent
549b0792af
commit
21841f6ff8
7 changed files with 7 additions and 36 deletions
|
@ -46,7 +46,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
|
|||
}),
|
||||
icon: 'visualizeApp',
|
||||
navLinkId: 'kibana:visualize',
|
||||
app: ['kibana'],
|
||||
app: ['kibana', 'lens'],
|
||||
catalogue: ['visualize'],
|
||||
privileges: {
|
||||
all: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue