mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
(cloudwatch) fix period overwrite
This commit is contained in:
parent
4c5cfd51d7
commit
217d5df276
@ -25,7 +25,7 @@ function (angular, _) {
|
||||
var end = convertToCloudWatchTime(options.range.to);
|
||||
|
||||
var queries = [];
|
||||
options = _.clone(options);
|
||||
options = angular.copy(options);
|
||||
_.each(options.targets, _.bind(function(target) {
|
||||
if (target.hide || !target.namespace || !target.metricName || _.isEmpty(target.statistics)) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user