Data trails: use description of data source to shorten label (#84665)

fix: use description of data source to shorten label
pull/82920/head
Darren Janeczek 1 year ago committed by GitHub
parent aec2ef727a
commit 767608f3a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      public/app/features/trails/DataTrail.tsx

@ -207,7 +207,8 @@ function getVariableSet(initialDS?: string, metric?: string, initialFilters?: Ad
variables: [
new DataSourceVariable({
name: VAR_DATASOURCE,
label: 'Prometheus data source',
label: 'Data source',
description: 'Only prometheus data sources are supported',
value: initialDS,
pluginId: 'prometheus',
}),

Loading…
Cancel
Save