mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove superfluous whitespaces
This commit is contained in:
parent
2255cb53f0
commit
3980d25c23
@ -100,13 +100,13 @@ function (angular, _, kbn) {
|
||||
if(!metric) { return $q.when([]); }
|
||||
|
||||
var options = {
|
||||
method: 'POST',
|
||||
url: this.url + '/api/v1/datapoints/query/tags',
|
||||
data: {
|
||||
method: 'POST',
|
||||
url: this.url + '/api/v1/datapoints/query/tags',
|
||||
data: {
|
||||
metrics: [{ name: metric }],
|
||||
cache_time: 0,
|
||||
start_absolute: 0
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
return $http(options).then(function(result) {
|
||||
@ -129,13 +129,13 @@ function (angular, _, kbn) {
|
||||
}
|
||||
|
||||
var options = {
|
||||
method: 'POST',
|
||||
url: this.url + '/api/v1/datapoints/query/tags',
|
||||
data: {
|
||||
method: 'POST',
|
||||
url: this.url + '/api/v1/datapoints/query/tags',
|
||||
data: {
|
||||
metrics: [{ name: metric }],
|
||||
cache_time: 0,
|
||||
start_absolute: 0
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
return $http(options).then(function(result) {
|
||||
|
Loading…
Reference in New Issue
Block a user