mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
A11y: Fixes some fastpass errors for /datasources/* routes (#39577)
* A11y: Fixes some fastpass errors for /datasources/* routes See #39429
This commit is contained in:
@@ -43,7 +43,12 @@ export function XrayLinkConfig({ datasourceUid, onChange }: Props) {
|
||||
)}
|
||||
|
||||
<div className="gf-form-group">
|
||||
<InlineField label="Data source" labelWidth={28} tooltip="X-ray data source containing traces">
|
||||
<InlineField
|
||||
htmlFor="data-source-picker"
|
||||
label="Data source"
|
||||
labelWidth={28}
|
||||
tooltip="X-ray data source containing traces"
|
||||
>
|
||||
<DataSourcePicker
|
||||
pluginId={xRayDsId}
|
||||
onChange={(ds) => onChange(ds.uid)}
|
||||
|
||||
Reference in New Issue
Block a user