mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
update moduleIds to new plugin locations
This commit is contained in:
parent
11eb514dec
commit
26728f85bd
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ define(function (require) {
|
|||
return function HierarchialTooltipFormaterProvider($rootScope, $compile, $sce) {
|
||||
var _ = require('lodash');
|
||||
var $ = require('jquery');
|
||||
var $tooltip = $(require('text!components/vis_types/tooltips/pie.html'));
|
||||
var $tooltip = $(require('text!plugins/vis_types/tooltips/pie.html'));
|
||||
var $tooltipScope = $rootScope.$new();
|
||||
$compile($tooltip)($tooltipScope);
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ define(function (require) {
|
|||
require('angular-route');
|
||||
|
||||
// Load kibana and its applications
|
||||
require('apps/discover/index');
|
||||
require('plugins/discover/index');
|
||||
|
||||
var filter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue