Merge pull request #4032 from utkarshcmu/snap-bug

Fixing snapshot templating bug
This commit is contained in:
Carl Bergquist
2016-02-15 07:32:17 +01:00

View File

@@ -117,7 +117,7 @@ function (angular, _) {
// remove template queries
_.each(dash.templating.list, function(variable) {
variable.query = "";
variable.options = [];
variable.options = variable.current;
variable.refresh = false;
});