mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Scenes: Refactor original snapshot button in a new component (#82199)
This commit is contained in:
committed by
GitHub
parent
ccb4533a86
commit
dbde08b03c
@@ -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
|
||||
|
Reference in New Issue
Block a user