mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove datasource names in panels from snapshots
This commit is contained in:
parent
ffe389af4a
commit
aa724fc11e
@ -86,6 +86,7 @@ function (angular, _) {
|
||||
dash.forEachPanel(function(panel) {
|
||||
panel.targets = [];
|
||||
panel.links = [];
|
||||
panel.datasource = null;
|
||||
});
|
||||
// remove annotations
|
||||
dash.annotations.list = [];
|
||||
|
Loading…
Reference in New Issue
Block a user