diff --git a/src/app/controllers/graphiteTarget.js b/src/app/controllers/graphiteTarget.js index b025c564cf7..60221f555b3 100644 --- a/src/app/controllers/graphiteTarget.js +++ b/src/app/controllers/graphiteTarget.js @@ -16,6 +16,7 @@ function (angular, _, config, graphiteFunctions, Parser) { $scope.functions = []; $scope.segments = []; $scope.funcDefs = graphiteFunctions; + $scope.showTextEditor = false; var parser = new Parser($scope.target.target); var astNode = parser.getAst(); diff --git a/src/app/panels/graphite/editor.html b/src/app/panels/graphite/editor.html index cb3a9b71b76..82f131095b2 100644 --- a/src/app/panels/graphite/editor.html +++ b/src/app/panels/graphite/editor.html @@ -6,7 +6,10 @@ -