mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(cloudwatch): fixed test datasource, broken due to some function name changes
This commit is contained in:
parent
182e079d25
commit
2d722e26de
@ -223,7 +223,7 @@ function (angular, _) {
|
|||||||
var metricName = 'EstimatedCharges';
|
var metricName = 'EstimatedCharges';
|
||||||
var dimensions = {};
|
var dimensions = {};
|
||||||
|
|
||||||
return this.performSuggestDimensionValues(region, namespace, metricName, dimensions).then(function () {
|
return this.getDimensionValues(region, namespace, metricName, dimensions).then(function () {
|
||||||
return { status: 'success', message: 'Data source is working', title: 'Success' };
|
return { status: 'success', message: 'Data source is working', title: 'Success' };
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user