mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 20:13:45 +08:00
MSSQL: Migrate to React (#51765)
* Fix: sql plugins feature * SQLDS: Use builtin annotation editor Plus strict rule fixes * MSSQL: Migrate query editor to React * Make code editor work * Make SQLOptions and SQLQuery in SQLDatasource and in Editor generic * MSSQL: Fix ts issues * Fix SQLDatasource refID * Remove comment * Revert "Make SQLOptions and SQLQuery in SQLDatasource and in Editor generic" This reverts commit 1d15b4061a0a08a0a6fdbdac6cbf8336f0b4df0c. * Fix ts issues without generic * TS
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { DataQuery, DataSourceJsonData } from '@grafana/data';
|
||||
import { SQLConnectionLimits } from 'app/features/plugins/sql/components/configuration/types';
|
||||
import { SQLConnectionLimits } from 'app/features/plugins/sql/types';
|
||||
|
||||
export enum PostgresTLSModes {
|
||||
disable = 'disable',
|
||||
|
Reference in New Issue
Block a user