ConfigDescriptionLink: Replace with component from @grafana/experimental (#80144)

ConfigDescriptionLink: Replace with component from grafana/experimental
This commit is contained in:
Ivana Huckova
2024-01-08 18:34:49 +01:00
committed by GitHub
parent 3dc7cfdc18
commit 6fbd6e3d31
13 changed files with 12 additions and 71 deletions

View File

@@ -5,6 +5,7 @@ import { DataSourcePluginOptionsEditorProps, GrafanaTheme2 } from '@grafana/data
import {
AdvancedHttpSettings,
Auth,
ConfigDescriptionLink,
ConfigSection,
ConfigSubSection,
ConnectionSettings,
@@ -13,7 +14,6 @@ import {
} from '@grafana/experimental';
import { config } from '@grafana/runtime';
import { SecureSocksProxySettings, useStyles2 } from '@grafana/ui';
import { ConfigDescriptionLink } from 'app/core/components/ConfigDescriptionLink';
import { Divider } from 'app/core/components/Divider';
import { NodeGraphSection } from 'app/core/components/NodeGraphSettings';
import { TraceToLogsSection } from 'app/core/components/TraceToLogs/TraceToLogsSettings';