mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Data trails: use description of data source to shorten label (#84665)
fix: use description of data source to shorten label
This commit is contained in:
parent
aec2ef727a
commit
767608f3a6
@ -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…
Reference in New Issue
Block a user