mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
CloudMigrations: add Library Element as a valid migration resource type (#93781)
This commit is contained in:
@@ -119,9 +119,10 @@ type MigrateDataResponseItemDTO struct {
|
||||
type MigrateDataType string
|
||||
|
||||
const (
|
||||
DashboardDataType MigrateDataType = "DASHBOARD"
|
||||
DatasourceDataType MigrateDataType = "DATASOURCE"
|
||||
FolderDataType MigrateDataType = "FOLDER"
|
||||
DashboardDataType MigrateDataType = "DASHBOARD"
|
||||
DatasourceDataType MigrateDataType = "DATASOURCE"
|
||||
FolderDataType MigrateDataType = "FOLDER"
|
||||
LibraryElementDataType MigrateDataType = "LIBRARY_ELEMENT"
|
||||
)
|
||||
|
||||
// swagger:enum ItemStatus
|
||||
|
||||
Reference in New Issue
Block a user