DataSource: show the uid in edit url, not the local id (#33818)

This commit is contained in:
Ryan McKinley
2021-05-08 09:13:26 -07:00
committed by GitHub
parent 48f4b87349
commit ccc0f7fc22
25 changed files with 110 additions and 42 deletions

View File

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