mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ReactMigration: Migrate Loki and Elastic config pages to React (#19979)
This commit is contained in:
@@ -4,13 +4,11 @@ import React, { PureComponent } from 'react';
|
||||
// Types
|
||||
import { InputOptions } from './types';
|
||||
|
||||
import { DataSourcePluginOptionsEditorProps, DataSourceSettings, TableInputCSV } from '@grafana/ui';
|
||||
import { DataSourcePluginOptionsEditorProps, TableInputCSV } from '@grafana/ui';
|
||||
import { DataFrame, MutableDataFrame } from '@grafana/data';
|
||||
import { dataFrameToCSV } from './utils';
|
||||
|
||||
type InputSettings = DataSourceSettings<InputOptions>;
|
||||
|
||||
interface Props extends DataSourcePluginOptionsEditorProps<InputSettings> {}
|
||||
interface Props extends DataSourcePluginOptionsEditorProps<InputOptions> {}
|
||||
|
||||
interface State {
|
||||
text: string;
|
||||
|
||||
Reference in New Issue
Block a user