mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 07:35:45 -06:00
feat(export): minor dupe fix
This commit is contained in:
parent
e83d13848e
commit
f6633c8189
@ -25,7 +25,7 @@ export class DashboardExporter {
|
||||
var templateizeDatasourceUsage = obj => {
|
||||
promises.push(this.datasourceSrv.get(obj.datasource).then(ds => {
|
||||
var refName = 'DS_' + ds.name.replace(' ', '_').toUpperCase();
|
||||
datasources[obj.datasource] = {
|
||||
datasources[refName] = {
|
||||
name: refName,
|
||||
label: ds.name,
|
||||
description: '',
|
||||
|
Loading…
Reference in New Issue
Block a user