Remove datasource names in panels from snapshots

This commit is contained in:
Torkel Ödegaard 2015-03-31 10:48:14 +02:00
parent ffe389af4a
commit aa724fc11e

View File

@ -86,6 +86,7 @@ function (angular, _) {
dash.forEachPanel(function(panel) {
panel.targets = [];
panel.links = [];
panel.datasource = null;
});
// remove annotations
dash.annotations.list = [];