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:
Josh Hunt
2024-04-03 18:47:02 +01:00
committed by GitHub
parent 0ec48cfdbd
commit aad79c9400
15 changed files with 403 additions and 74 deletions

View File

@@ -175,7 +175,8 @@ type MigrateDataResponseDTO struct {
}
type MigrateDataResponseItemDTO struct {
RefID string `json:"refId"`
Status ItemStatus `json:"status"`
Error string `json:"error,omitempty"`
Type MigrateDataType `json:"type"`
RefID string `json:"refId"`
Status ItemStatus `json:"status"`
Error string `json:"error,omitempty"`
}