Skip to content

Commit

Permalink
Merge branch 'master' of github.com:elastic/kibana into implement/ftr…
Browse files Browse the repository at this point in the history
…-docker-servers
  • Loading branch information
spalger committed Mar 31, 2020
2 parents 42abf92 + 558dd12 commit 359e5c0
Show file tree
Hide file tree
Showing 451 changed files with 10,435 additions and 3,637 deletions.
2 changes: 0 additions & 2 deletions src/legacy/core_plugins/embeddable_api/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions src/legacy/core_plugins/embeddable_api/package.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import moment from 'moment';
import { Subscription } from 'rxjs';
import { History } from 'history';

import { ViewMode } from '../../../../embeddable_api/public/np_ready/public';
import { ViewMode } from '../../../../../../plugins/embeddable/public';
import { SavedObjectDashboard } from '../../../../../../plugins/dashboard/public';
import { DashboardAppState, SavedDashboardPanel } from './types';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import {
isErrorEmbeddable,
openAddPanelFlyout,
ViewMode,
} from '../../../../embeddable_api/public/np_ready/public';
} from '../../../../../../plugins/embeddable/public';
import { NavAction, SavedDashboardPanel } from './types';

import { showOptionsPopover } from './top_nav/show_options_popover';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from './embeddable_saved_object_converters';
import { SavedDashboardPanel } from '../types';
import { DashboardPanelState } from 'src/plugins/dashboard/public';
import { EmbeddableInput } from 'src/legacy/core_plugins/embeddable_api/public/np_ready/public';
import { EmbeddableInput } from 'src/plugins/embeddable/public';

interface CustomInput extends EmbeddableInput {
something: string;
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 359e5c0

Please sign in to comment.