Live: remove hardcoded frontend channel support (#41584)

This commit is contained in:
Ryan McKinley
2021-11-15 07:54:14 -08:00
committed by GitHub
parent bfec79a7dc
commit c780854a18
19 changed files with 54 additions and 520 deletions

View File

@ -3,7 +3,6 @@ import { TestDataDataSource } from './datasource';
import { TestInfoTab } from './TestInfoTab';
import { ConfigEditor } from './ConfigEditor';
import { QueryEditor } from './QueryEditor';
import { LiveMeasurementsSupport } from 'app/features/live/measurements/measurementsSupport';
class TestDataAnnotationsQueryCtrl {
annotation: any;
@ -14,7 +13,6 @@ class TestDataAnnotationsQueryCtrl {
export const plugin = new DataSourcePlugin(TestDataDataSource)
.setConfigEditor(ConfigEditor)
.setQueryEditor(QueryEditor)
.setChannelSupport(new LiveMeasurementsSupport())
.setAnnotationQueryCtrl(TestDataAnnotationsQueryCtrl)
.addConfigPage({
title: 'Setup',