mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 05:13:50 +08:00
Live: remove hardcoded frontend channel support (#41584)
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user