Add influx DRBP mapping (#107744)
This commit is contained in:
+7
-1
@@ -41,7 +41,13 @@ export const UrlAndAuthenticationSection = (props: Props) => {
|
||||
const requiresDrbpMapping =
|
||||
options.jsonData.product &&
|
||||
options.jsonData.version === InfluxVersion.InfluxQL &&
|
||||
['InfluxDB OSS 1.x', 'InfluxDB OSS 2.x'].includes(options.jsonData.product);
|
||||
[
|
||||
'InfluxDB OSS 1.x',
|
||||
'InfluxDB OSS 2.x',
|
||||
'InfluxDB Enterprise 1.x',
|
||||
'InfluxDB Cloud (TSM)',
|
||||
'InfluxDB Cloud Serverless',
|
||||
].includes(options.jsonData.product);
|
||||
|
||||
const onProductChange = ({ value }: ComboboxOption) => {
|
||||
trackInfluxDBConfigV2ProductSelected({ product: value });
|
||||
|
||||
Reference in New Issue
Block a user