mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix for graphite query letter assignment
This commit is contained in:
parent
2c6ea276c1
commit
48eb2083f2
@ -15,7 +15,7 @@ function (angular, _, config, gfunc, Parser) {
|
||||
|
||||
$scope.init = function() {
|
||||
$scope.target.target = $scope.target.target || '';
|
||||
$scope.targetLetter = targetLetters[$scope.$index];
|
||||
$scope.targetLetters = targetLetters;
|
||||
|
||||
parseTarget();
|
||||
};
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
<ul class="grafana-segment-list">
|
||||
<li class="grafana-target-segment" style="min-width: 15px; text-align: center">
|
||||
{{targetLetter}}
|
||||
{{targetLetters[$index]}}
|
||||
</li>
|
||||
<li>
|
||||
<a class="grafana-target-segment"
|
||||
|
Loading…
Reference in New Issue
Block a user