Scenes: Refactor original snapshot button in a new component (#82199)

This commit is contained in:
Ezequiel Victorero
2024-02-13 14:15:55 -03:00
committed by GitHub
parent ccb4533a86
commit dbde08b03c
10 changed files with 138 additions and 116 deletions

View File

@@ -494,6 +494,8 @@ lineage: schemas: [{
external: bool @grafanamaturity(NeedsExpertReview)
// external url, if snapshot was shared in external grafana instance
externalUrl: string @grafanamaturity(NeedsExpertReview)
// original url, url of the dashboard that was snapshotted
originalUrl: string @grafanamaturity(NeedsExpertReview)
// Unique identifier of the snapshot
id: uint32 @grafanamaturity(NeedsExpertReview)
// Optional, defined the unique key of the snapshot, required if external is true