소스 검색

fix move dashboard variables, #10347 (#10375)

Alexander Zobnin 8 년 전
부모
커밋
e84b6d189a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/app/features/templating/editor_ctrl.ts

+ 1 - 0
public/app/features/templating/editor_ctrl.ts

@@ -8,6 +8,7 @@ export class VariableEditorCtrl {
     $scope.variableTypes = variableTypes;
     $scope.ctrl = {};
     $scope.namePattern = /^(?!__).*$/;
+    $scope._ = _;
 
     $scope.refreshOptions = [
       { value: 0, text: 'Never' },