Commit b61b7f0c by Torkel Ödegaard

fix(influxdb): fixed editor bug introduced in recent commit

parent 7a167742
...@@ -45,7 +45,7 @@ function (angular, _, InfluxQueryBuilder) { ...@@ -45,7 +45,7 @@ function (angular, _, InfluxQueryBuilder) {
$scope.tagSegments.push(uiSegmentSrv.newCondition(tag.condition)); $scope.tagSegments.push(uiSegmentSrv.newCondition(tag.condition));
} }
$scope.tagSegments.push(uiSegmentSrv.newKey(tag.Key)); $scope.tagSegments.push(uiSegmentSrv.newKey(tag.key));
$scope.tagSegments.push(uiSegmentSrv.newOperator(tag.operator)); $scope.tagSegments.push(uiSegmentSrv.newOperator(tag.operator));
$scope.tagSegments.push(uiSegmentSrv.newKeyValue(tag.value)); $scope.tagSegments.push(uiSegmentSrv.newKeyValue(tag.value));
}); });
......
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