UNPKG

kibana-123

Version:

Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic

16 lines (13 loc) 459 B
import management from 'ui/management'; import 'plugins/kibana/management/sections/objects/_view'; import 'plugins/kibana/management/sections/objects/_objects'; import 'ace'; import 'ui/directives/confirm_click'; import uiModules from 'ui/modules'; // add the module deps to this module uiModules.get('apps/management'); management.getSection('kibana').register('objects', { display: 'Saved Objects', order: 10, url: '#/management/kibana/objects' });