mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Forms migration: Old Select to Legacy namespace (#23200)
* Export other components as Legacy * More Select Legacy * Add namespacing to more files * Export new elements * Move Legacy Select folder * Let's not forget the scss file * Move new Select folder * Move new Select from Forms namespace * Little oopsie * Fix errors * Fix merge issues
This commit is contained in:
@@ -6,7 +6,17 @@ import { css } from 'emotion';
|
||||
import { InspectHeader } from './InspectHeader';
|
||||
|
||||
import { DashboardModel, PanelModel } from 'app/features/dashboard/state';
|
||||
import { JSONFormatter, Drawer, Select, Table, TabContent, stylesFactory, CustomScrollbar, Button } from '@grafana/ui';
|
||||
import {
|
||||
JSONFormatter,
|
||||
Drawer,
|
||||
LegacyForms,
|
||||
Table,
|
||||
TabContent,
|
||||
stylesFactory,
|
||||
CustomScrollbar,
|
||||
Button,
|
||||
} from '@grafana/ui';
|
||||
const { Select } = LegacyForms;
|
||||
import { getLocationSrv, getDataSourceSrv } from '@grafana/runtime';
|
||||
import {
|
||||
DataFrame,
|
||||
|
||||
Reference in New Issue
Block a user