mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
766d193de7
commit
194a73cc49
1 changed files with 4 additions and 4 deletions
|
@ -13,12 +13,12 @@ import {
|
|||
FeatureCatalogueRegistryProvider.register(() => {
|
||||
return {
|
||||
id: 'gis',
|
||||
title: 'GIS',
|
||||
description: 'Map and analyze the geo-data from Elasticsearch and the Elastic Maps Service',
|
||||
icon: 'gisApp', //no gis logo yet
|
||||
title: 'Maps',
|
||||
description: 'Explore geospatial data from Elasticsearch and the Elastic Maps Service',
|
||||
icon: 'gisApp',
|
||||
path: '/app/gis',
|
||||
showOnHomePage: true,
|
||||
category: FeatureCatalogueCategory.OTHER
|
||||
category: FeatureCatalogueCategory.DATA
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue