mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Refactor: Plugin exports & data source / panel types (#16364)
* wip: began work off removing meta and pluginExports from DataSourceApi interface * WIP: changing how plugins are exports and loaded * Down the refactoring rabit hole that keeps expanding * TestData now returns DataSourcePlugin * Refactoring: fixed app config page loading, type renamings and more typings * Refactor: Correct casing on DatasourceStatus => DataSourceStatus
This commit is contained in:
@@ -31,7 +31,7 @@ describe('DashboardImportCtrl', () => {
|
||||
config.datasources = {
|
||||
ds: {
|
||||
type: 'test-db',
|
||||
},
|
||||
} as any,
|
||||
};
|
||||
|
||||
ctx.ctrl.onUpload({
|
||||
|
||||
Reference in New Issue
Block a user