renaming DataSource type to DataSourceSettings and moved to grafana ui

This commit is contained in:
Torkel Ödegaard
2019-01-17 18:51:07 +01:00
parent febb9e7168
commit ecab597e5e
26 changed files with 135 additions and 99 deletions

View File

@@ -6,7 +6,7 @@ import _ from 'lodash';
import { Select } from '@grafana/ui';
// Types
import { DataSourceSelectItem } from 'app/types';
import { DataSourceSelectItem } from '@grafana/ui/src/types';
export interface Props {
onChange: (ds: DataSourceSelectItem) => void;