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