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

@@ -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
*/