mirror of
https://github.com/grafana/grafana.git
synced 2024-12-30 10:47:30 -06:00
Fix conflict
This commit is contained in:
parent
d86814b6c5
commit
df9403809b
@ -8,7 +8,6 @@ function (angular, _) {
|
||||
var module = angular.module('grafana.controllers');
|
||||
var metricList = [];
|
||||
var tagList = [];
|
||||
var targetLetters = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O'];
|
||||
|
||||
module.controller('KairosDBQueryCtrl', function($scope) {
|
||||
|
||||
@ -21,8 +20,6 @@ function (angular, _) {
|
||||
$scope.target.downsampling = $scope.panel.downsampling;
|
||||
$scope.target.sampling = $scope.panel.sampling;
|
||||
}
|
||||
$scope.targetLetters = targetLetters;
|
||||
$scope.updateMetricList();
|
||||
$scope.target.errors = validateTarget($scope.target);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user