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:
Darren Janeczek
2024-03-18 10:23:19 -04:00
committed by GitHub
parent aec2ef727a
commit 767608f3a6

View File

@@ -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',
}),