mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 11:32:36 +08:00
E2C: Start connecting on-prem to real apis (#85527)
* E2C: Start connecting on-prem to real apis * actually run the migration * show resources * basic dashboards resources * show dashboard title * remove console logs * cleanup 1 * i18n * disconnect * i18n * restore type * use fixed format * fix
This commit is contained in:
@ -5,6 +5,7 @@ const config: ConfigFile = {
|
||||
schemaFile: '../public/openapi3.json',
|
||||
apiFile: '', // leave this empty, and instead populate the outputFiles object below
|
||||
hooks: true,
|
||||
exportName: 'generatedAPI',
|
||||
|
||||
outputFiles: {
|
||||
'../public/app/features/migrate-to-cloud/api/endpoints.gen.ts': {
|
||||
@ -19,6 +20,7 @@ const config: ConfigFile = {
|
||||
'getCloudMigrationRun',
|
||||
'getCloudMigrationRunList',
|
||||
'deleteCloudMigration',
|
||||
'getDashboardByUid',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user