diff --git a/src/core_plugins/kibana/public/dashboard/panel/__snapshots__/dashboard_panel.test.js.snap b/src/core_plugins/kibana/public/dashboard/panel/__snapshots__/dashboard_panel.test.js.snap index 9f60aa5bc8f1c..b9c1b35b21cc5 100644 --- a/src/core_plugins/kibana/public/dashboard/panel/__snapshots__/dashboard_panel.test.js.snap +++ b/src/core_plugins/kibana/public/dashboard/panel/__snapshots__/dashboard_panel.test.js.snap @@ -24,15 +24,36 @@ exports[`DashboardPanel matches snapshot 1`] = ` class="kuiMicroButtonGroup" >
-
diff --git a/src/core_plugins/kibana/public/dashboard/panel/panel_header/panel_options_menu.js b/src/core_plugins/kibana/public/dashboard/panel/panel_header/panel_options_menu.js index 6500f3cf97ff1..7eb67551a06ee 100644 --- a/src/core_plugins/kibana/public/dashboard/panel/panel_header/panel_options_menu.js +++ b/src/core_plugins/kibana/public/dashboard/panel/panel_header/panel_options_menu.js @@ -1,13 +1,15 @@ import React from 'react'; import PropTypes from 'prop-types'; -import { - KuiPopover, - KuiContextMenu, - KuiKeyboardAccessible, -} from '@kbn/ui-framework/components'; import { PanelOptionsMenuForm } from './panel_options_menu_form'; +import { + EuiContextMenu, + EuiPopover, + EuiIcon, + EuiButtonIcon, +} from '@elastic/eui'; + export class PanelOptionsMenu extends React.Component { state = { isPopoverOpen: false @@ -39,9 +41,8 @@ export class PanelOptionsMenu extends React.Component { { name: 'Edit visualization', 'data-test-subj': 'dashboardPanelEditLink', - icon: