AddDataSource: Updated page design & categories (#16971)

* minor refactoring

* Added category

* Minor progress

* Progres

* Updated descriptions

* Added custom sort

* NewDataSource: progress

* Updated design

* NewDataSource: Updated design

* Updated link

* Feedback changes
This commit is contained in:
Torkel Ödegaard
2019-05-09 11:45:39 +02:00
committed by GitHub
parent 99c754c4a5
commit e1d408a66f
23 changed files with 274 additions and 66 deletions

View File

@@ -33,6 +33,7 @@ export { UnitPicker } from './UnitPicker/UnitPicker';
export { StatsPicker } from './StatsPicker/StatsPicker';
export { Input, InputStatus } from './Input/Input';
export { RefreshPicker } from './RefreshPicker/RefreshPicker';
export { List } from './List/List';
// Renderless
export { SetInterval } from './SetInterval/SetInterval';

View File

@@ -79,7 +79,9 @@ export interface DataSourcePluginMeta extends PluginMeta {
annotations?: boolean;
mixed?: boolean;
hasQueryHelp?: boolean;
category?: string;
queryOptions?: PluginMetaQueryOptions;
sort?: number;
}
interface PluginMetaQueryOptions {