mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ReactMigration: Migrate Graphite config page to React (#20444)
* adding configeditor * fix method signature and add state for metrictankhelper * fix onChangeHandler * prettier fix * remove config and fix autoversion * adding optional parameter to make this build * set default version if none specified * Graphite: removed version detection
This commit is contained in:
committed by
Torkel Ödegaard
parent
02d7d00560
commit
c5ff7fa580
@@ -261,7 +261,7 @@ export abstract class DataSourceApi<
|
||||
*/
|
||||
languageProvider?: any;
|
||||
|
||||
getVersion?(): Promise<string>;
|
||||
getVersion?(optionalOptions?: any): Promise<string>;
|
||||
|
||||
/**
|
||||
* Can be optionally implemented to allow datasource to be a source of annotations for dashboard. To be visible
|
||||
|
Reference in New Issue
Block a user