Commit 05c27d83 by Masaori Koshiba

Rename 'KairosDBTargetCtrl' to 'KairosDBQueryCtrl'

parent d57ffad5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div ng-repeat="target in panel.targets" <div ng-repeat="target in panel.targets"
class="tight-form-container" class="tight-form-container"
ng-class="{'tight-form-disabled': target.hide}" ng-class="{'tight-form-disabled': target.hide}"
ng-controller="KairosDBTargetCtrl" ng-controller="KairosDBQueryCtrl"
ng-init="init()"> ng-init="init()">
<div class="tight-form"> <div class="tight-form">
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
</div> </div>
</div> </div>
<section class="grafana-metric-options" ng-controller="KairosDBTargetCtrl"> <section class="grafana-metric-options" ng-controller="KairosDBQueryCtrl">
<div class="tight-form"> <div class="tight-form">
<ul class="tight-form-list"> <ul class="tight-form-list">
<li class="tight-form-item tight-form-item-icon"> <li class="tight-form-item tight-form-item-icon">
......
...@@ -9,7 +9,7 @@ function (angular, _) { ...@@ -9,7 +9,7 @@ function (angular, _) {
var metricList = null; var metricList = null;
var targetLetters = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O']; var targetLetters = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O'];
module.controller('KairosDBTargetCtrl', function($scope) { module.controller('KairosDBQueryCtrl', function($scope) {
$scope.init = function() { $scope.init = function() {
$scope.metric = { $scope.metric = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment