[release-12.1.3] [InfluxDB]: Remove version notices (#111857)

This commit is contained in:
Alyssa Joyner
2025-09-30 15:15:33 -06:00
committed by GitHub
parent c760f97bc4
commit bb980d6fd7
@@ -60,11 +60,6 @@ export class ConfigEditor extends PureComponent<Props, State> {
this.htmlPrefix = uniqueId('influxdb-config');
}
versionNotice = {
Flux: 'Support for Flux in Grafana is currently in beta',
SQL: 'Support for SQL in Grafana is currently in alpha',
};
onVersionChanged = (selected: SelectableValue<InfluxVersion>) => {
const { options, onOptionsChange } = this.props;
@@ -126,17 +121,6 @@ export class ConfigEditor extends PureComponent<Props, State> {
</Field>
</FieldSet>
{options.jsonData.version !== InfluxVersion.InfluxQL && (
<Alert severity="info" title={this.versionNotice[options.jsonData.version!]}>
<p>
Please report any issues to: <br />
<a href="https://github.com/grafana/grafana/issues/new/choose">
https://github.com/grafana/grafana/issues
</a>
</p>
</Alert>
)}
{isDirectAccess && (
<Alert title="Error" severity="error">
{BROWSER_MODE_DISABLED_MESSAGE}