mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
small fix to graphite target editor
This commit is contained in:
parent
0de363ca7a
commit
fe19e8f776
@ -46,7 +46,7 @@ function (angular, _, config, gfunc, Parser) {
|
|||||||
$scope.showTextEditor = true;
|
$scope.showTextEditor = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
checkOtherSegments($scope.segments.length);
|
checkOtherSegments($scope.segments.length - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseTargeRecursive(astNode, func, index) {
|
function parseTargeRecursive(astNode, func, index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user