mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataSource: show the uid in edit url, not the local id (#33818)
This commit is contained in:
@@ -34,6 +34,7 @@ export const getMockDataSource = (): DataSourceSettings => {
|
||||
withCredentials: false,
|
||||
database: '',
|
||||
id: 13,
|
||||
uid: 'x',
|
||||
isDefault: false,
|
||||
jsonData: { authType: 'credentials', defaultRegion: 'eu-west-2' },
|
||||
name: 'gdev-cloudwatch',
|
||||
|
||||
Reference in New Issue
Block a user