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
@@ -1088,6 +1088,10 @@ export interface Dashboard {
|
||||
* external url, if snapshot was shared in external grafana instance
|
||||
*/
|
||||
externalUrl: string;
|
||||
/**
|
||||
* original url, url of the dashboard that was snapshotted
|
||||
*/
|
||||
originalUrl: string;
|
||||
/**
|
||||
* Unique identifier of the snapshot
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user